From db119a60e6bf930e7bc7627db5676def0d5fe793 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Sat, 11 Apr 2020 12:54:55 +0200 Subject: [PATCH] [ticket/16319] Add postbody margin-right PHPBB3-16319 --- phpBB/styles/prosilver/theme/responsive.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 774dc77b96..61c204026b 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -554,8 +554,9 @@ @media (min-width: 701px) { .postbody { - /** deduct postprofile width (including border width, margin and padding) */ - width: calc(100% - 200px - 1px); + /** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */ + width: calc(100% - 200px - 1px - 16px); + margin-right: 16px; } .postprofile {