1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 12:22:03 +02:00

[ticket/16569] Fix massive margin between zoomed posts

PHPBB3-16569
This commit is contained in:
3D-I 2020-08-10 01:35:38 +02:00
parent 7a1231a32f
commit 3e97ed915a

View File

@ -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 {