[ticket/16319] Add postbody margin-right

PHPBB3-16319
This commit is contained in:
mrgoldy 2020-04-11 12:54:55 +02:00
parent 74eefdb4f1
commit db119a60e6

View file

@ -554,8 +554,9 @@
@media (min-width: 701px) { @media (min-width: 701px) {
.postbody { .postbody {
/** deduct postprofile width (including border width, margin and padding) */ /** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */
width: calc(100% - 200px - 1px); width: calc(100% - 200px - 1px - 16px);
margin-right: 16px;
} }
.postprofile { .postprofile {