commit: 924403057b767f93656a35f8f65b7dd56cfa6367
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 07:02:19 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=92440305
theme: tweak responsive-pm post width
For a lot of the sizes, the post area was now being pushed
below the profile.
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
theme/responsive-pm.css | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/theme/responsive-pm.css b/theme/responsive-pm.css
index a3e31f057..f2d0f194e 100644
--- a/theme/responsive-pm.css
+++ b/theme/responsive-pm.css
@@ -561,75 +561,75 @@
}
@media (min-width: 701px) {
- .postbody { width: 76%; }
+ .postbody { width: 73%; }
}
@media (min-width: 750px) {
- .postbody { width: 77%; }
+ .postbody { width: 75%; }
}
@media (min-width: 800px) {
- .postbody { width: 79%; }
+ .postbody { width: 77%; }
}
@media (min-width: 850px) {
- .postbody { width: 80%; }
+ .postbody { width: 78%; }
}
@media (min-width: 900px) {
- .postbody { width: 81%; }
+ .postbody { width: 79%; }
}
@media (min-width: 901px) {
- .postbody { width: 77%; }
+ .postbody { width: 75%; }
}
@media (min-width: 950px) {
- .postbody { width: 78%; }
+ .postbody { width: 76%; }
}
@media (min-width: 1000px) {
- .postbody { width: 79%; }
+ .postbody { width: 77%; }
}
@media (min-width: 1100px) {
- .postbody { width: 81%; }
+ .postbody { width: 79%; }
}
@media (min-width: 1200px) {
- .postbody { width: 83%; }
+ .postbody { width: 81%; }
}
@media (min-width: 1300px) {
- .postbody { width: 84%; }
+ .postbody { width: 81%; }
}
@media (min-width: 1400px) {
- .postbody { width: 85%; }
+ .postbody { width: 81%; }
}
@media (min-width: 1500px) {
- .postbody { width: 86%; }
+ .postbody { width: 81%; }
}
@media (min-width: 1600px) {
- .postbody { width: 87%; }
+ .postbody { width: 81%; }
}
@media (min-width: 1700px) {
- .postbody { width: 88%; }
+ .postbody { width: 81%; }
}
@media (min-width: 1800px) {
- .postbody { width: 89%; }
+ .postbody { width: 81%; }
}
@media (min-width: 1900px) {
- .postbody { width: 89%; }
+ .postbody { width: 81%; }
}
@media (min-width: 2000px) {
- .postbody { width: 90%; }
+ .postbody { width: 81%; }
}
@media (min-width: 701px) and (max-width: 950px) {