From 3e97ed915aecb458353676d68c8d35747809a649 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Mon, 10 Aug 2020 01:35:38 +0200 Subject: [PATCH] [ticket/16569] Fix massive margin between zoomed posts PHPBB3-16569 --- phpBB/styles/prosilver/theme/responsive.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 61c204026b..7cc1ca321c 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -554,9 +554,7 @@ @media (min-width: 701px) { .postbody { - /** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */ - width: calc(100% - 200px - 1px - 16px); - margin-right: 16px; + width: calc(100% - 200px - 1px - 1px); } .postprofile {