mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16319] Add postbody margin-right
PHPBB3-16319
This commit is contained in:
@@ -554,8 +554,9 @@
|
||||
|
||||
@media (min-width: 701px) {
|
||||
.postbody {
|
||||
/** deduct postprofile width (including border width, margin and padding) */
|
||||
width: calc(100% - 200px - 1px);
|
||||
/** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */
|
||||
width: calc(100% - 200px - 1px - 16px);
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.postprofile {
|
||||
|
Reference in New Issue
Block a user