aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 153c29e5d8..ccf6f8d1f0 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -496,7 +496,7 @@
}
.has-profile .post-buttons {
- right: 20px;
+ right: 30px;
top: 15px;
}
@@ -549,3 +549,8 @@
}
}
+@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
+ .postprofile { width: 28%; }
+ .postbody { width: 70%; }
+}
+