Browse Source

Config: Fix 4chan post width in userContent.css

master
Riyyi 2 years ago
parent
commit
aee2608d4a
  1. 2
      .mozilla/firefox/dotfiles.profile/chrome/userContent.css

2
.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") {

Loading…
Cancel
Save