From aee2608d4a17df7d408e278ab0bfc9c832b1575f Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 28 Feb 2022 10:59:51 +0100 Subject: [PATCH] Config: Fix 4chan post width in userContent.css --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index ae9031f..6272c66 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -39,6 +39,8 @@ /* Make posts the full width */ .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") {