bring back fixed width sidebars
This commit is contained in:
parent
07dd6c411e
commit
7dac12cfea
|
@ -53,11 +53,12 @@
|
|||
.wrapper-main
|
||||
overflow: hidden
|
||||
& > div:first-child:nth-last-child(2)
|
||||
width: grid-calc(18, 24)
|
||||
width: grid-calc(20, 24)
|
||||
float: left
|
||||
|
||||
& > div:first-child:nth-last-child(2) ~ div
|
||||
width: grid-calc(6, 24)
|
||||
width: grid-calc(4, 24)
|
||||
max-width: 180px
|
||||
float: right
|
||||
|
||||
.maximized
|
||||
|
@ -75,6 +76,7 @@
|
|||
width: grid-calc(5, 24)
|
||||
float: left
|
||||
margin-left: -100%
|
||||
max-width: 325px
|
||||
|
||||
.wrapper-main
|
||||
width: grid-calc(19, 24)
|
||||
|
|
Loading…
Reference in New Issue
Block a user