mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6034 from 3D-I/ticket/16559
[ticket/16569] Fix massive margin between zoomed posts
This commit is contained in:
commit
d7ccd22383
1 changed files with 1 additions and 3 deletions
|
@ -554,9 +554,7 @@
|
||||||
|
|
||||||
@media (min-width: 701px) {
|
@media (min-width: 701px) {
|
||||||
.postbody {
|
.postbody {
|
||||||
/** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */
|
width: calc(100% - 200px - 1px - 1px);
|
||||||
width: calc(100% - 200px - 1px - 16px);
|
|
||||||
margin-right: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.postprofile {
|
.postprofile {
|
||||||
|
|
Loading…
Add table
Reference in a new issue