Hide youtube login popup

This commit is contained in:
Riyyi
2020-09-07 17:18:51 +02:00
parent ca41ff08e3
commit acddc6cb86
@@ -119,4 +119,10 @@
#comments > #sections > #contents > :first-child { #comments > #sections > #contents > :first-child {
margin-top: -30px; margin-top: -30px;
} }
/* Hide popup */
#dialog
{ display: none !important; }
.opened
{ display: none !important; }
} }