Add youtube to userContent.css

This commit is contained in:
Riyyi
2020-02-07 01:52:48 +01:00
parent 73beb798e5
commit 415c022365
@@ -20,3 +20,21 @@
/* Make posts the full width */
.postContainer.replyContainer .post.reply { width: 100% }
}
@-moz-document domain("youtube.com") {
/* Hide video player */
#player-theater-container {
display: none !important;
}
/* Hide recommended sidebar */
#columns #secondary {
display: none !important;
}
/* Center content */
#columns {
max-width: 65% !important;
min-width: 65% !important;
}
}