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
|
flex-direction: row
|
||||||
>.sidebar
|
>.sidebar
|
||||||
margin-right: 1em
|
margin-right: 1em
|
||||||
width: 20em
|
max-width: 20em
|
||||||
min-width: 15em
|
min-width: 20em
|
||||||
line-height: 160%
|
line-height: 160%
|
||||||
|
|
||||||
a:active
|
a:active
|
||||||
|
@ -91,6 +91,9 @@ $safety-unsafe = #F3985F
|
||||||
padding-left: 0.7em
|
padding-left: 0.7em
|
||||||
font-size: 90%
|
font-size: 90%
|
||||||
|
|
||||||
|
>.content
|
||||||
|
width: 100%
|
||||||
|
|
||||||
.post-container .post-content
|
.post-container .post-content
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue