commit: 5768c6a296bf9e0d10da9e53f4210d382703fd72
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 07:29:58 2026 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 07:30:21 2026 +0000
URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=5768c6a2
theme: tweak 'max-width' 700px margins
These appear to be triggering the horizontal scroll-bar.
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
theme/responsive.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/theme/responsive.css b/theme/responsive.css
index 79f114a77..fa7ee1ba3 100644
--- a/theme/responsive.css
+++ b/theme/responsive.css
@@ -149,8 +149,10 @@
----------------------------------------*/
.headerbar, .navbar, .forabg, .forumbg, .post, .panel, .stats-area {
border-radius: 0;
+ /* These appear to be triggering a horizontal scroll-bar.
margin-left: -5px;
margin-right: -5px;
+ */
}
.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel {