mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:56:50 +08:00
tighten up expansion left gutter
This commit is contained in:
parent
3e9e3f6e08
commit
b732e9b1bb
|
@ -242,7 +242,7 @@ nav.post-controls {
|
|||
|
||||
.topic-body {
|
||||
background: dark-light-diff($primary, $secondary, 90%, -65%) !important;
|
||||
width: 86%;
|
||||
width: 87%;
|
||||
padding-left: 1%;
|
||||
padding-right: 1%;
|
||||
border-top: none;
|
||||
|
@ -253,7 +253,7 @@ nav.post-controls {
|
|||
|
||||
.topic-avatar {
|
||||
width: 45px;
|
||||
margin: 0 10px 0 15px;
|
||||
margin: 0 5px 0 15px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user