1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-17 06:16:34 +02:00

Merge pull request from 3D-I/ticket/16559

[ticket/16569] Fix massive margin between zoomed posts
This commit is contained in:
Marc Alexander 2020-08-10 20:51:32 +02:00
commit d7ccd22383
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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