FIX: do not hide YouTube embeds inside details tag

This commit is contained in:
Arpit Jalan 2018-08-21 13:42:59 +05:30
parent 791ddb8630
commit 7cbf2c182f
1 changed files with 0 additions and 5 deletions

View File

@ -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;