commit: 9bd8292a5e3c04f86abdd60f6c4d75a7ca1d969d
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 07:00:32 2026 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 07:07:36 2026 +0000
URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=9bd8292a
theme: tweak profile width for search
The profile was taking a bit too much space, pushing the post
content below it.
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
theme/content.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/theme/content.css b/theme/content.css
index 14d463282..cc6261e05 100644
--- a/theme/content.css
+++ b/theme/content.css
@@ -824,7 +824,7 @@ dd.profile-contact {
/* Poster profile used by search*/
.search .postprofile {
- width: 30%;
+ width: 15%;
}
/* Profile used on view-profile */