Merge pull request #6046 from 3D-I/ticket/16569

[ticket/16569] Fix massive margin between zoomed posts
This commit is contained in:
Marc Alexander 2020-09-17 22:06:16 +02:00
commit 0be63a81c7
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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