1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +02:00

[ticket/16569] Fix massive margin between zoomed posts

PHPBB3-16569
This commit is contained in:
3D-I 2020-09-15 02:34:28 +02:00
parent d451f4180e
commit fb3f811cf3

View File

@ -554,7 +554,7 @@
@media (min-width: 701px) {
.postbody {
width: calc(100% - 200px - 1px - 1px);
width: calc(100% - 200px - 1px - 16px);
}
.postprofile {