client/css: fix body width in post view
This commit is contained in:
parent
eec1958280
commit
fcf9cb13cb
1 changed files with 5 additions and 2 deletions
|
@ -9,8 +9,8 @@ $safety-unsafe = #F3985F
|
|||
flex-direction: row
|
||||
>.sidebar
|
||||
margin-right: 1em
|
||||
width: 20em
|
||||
min-width: 15em
|
||||
max-width: 20em
|
||||
min-width: 20em
|
||||
line-height: 160%
|
||||
|
||||
a:active
|
||||
|
@ -91,6 +91,9 @@ $safety-unsafe = #F3985F
|
|||
padding-left: 0.7em
|
||||
font-size: 90%
|
||||
|
||||
>.content
|
||||
width: 100%
|
||||
|
||||
.post-container .post-content
|
||||
margin: 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue