FIX: do not hide YouTube embeds inside details tag
This commit is contained in:
parent
791ddb8630
commit
7cbf2c182f
|
@ -41,11 +41,6 @@ summary::-webkit-details-marker {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* FF: hide div generated by lazyYT plugin */
|
||||
details .lazyYT-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.elided {
|
||||
summary:before {
|
||||
content: "" !important;
|
||||
|
|
Loading…
Reference in New Issue