Config: Fix 4chan post width in userContent.css

This commit is contained in:
Riyyi
2022-02-28 10:59:51 +01:00
parent bc61433953
commit aee2608d4a
@@ -39,6 +39,8 @@
/* Make posts the full width */ /* Make posts the full width */
.postContainer.replyContainer .post.reply { width: 100% } .postContainer.replyContainer .post.reply { width: 100% }
.postContainer.replyContainer.yourPost .post.reply { width: calc(100% - 3px); }
.postContainer.replyContainer.quotesYou .post.reply { width: calc(100% - 3px); }
} }
@-moz-document domain("github.com") { @-moz-document domain("github.com") {