Responsive tweaks
This commit is contained in:
@@ -12,6 +12,10 @@ body
|
|||||||
position: relative
|
position: relative
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
|
+media-xs
|
||||||
|
display: block
|
||||||
|
height: auto
|
||||||
|
|
||||||
#col_sidebar
|
#col_sidebar
|
||||||
width: $sidebar-width
|
width: $sidebar-width
|
||||||
min-width: $sidebar-width
|
min-width: $sidebar-width
|
||||||
@@ -24,8 +28,16 @@ body
|
|||||||
min-height: 100%
|
min-height: 100%
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
|
+media-xs
|
||||||
|
height: auto
|
||||||
|
min-height: auto
|
||||||
|
margin: 0 auto
|
||||||
|
padding-left: $sidebar-width !important
|
||||||
|
|
||||||
#col_main
|
#col_main
|
||||||
width: 50% // gets overriden by JS, dragging the col-splitter
|
width: 50% // gets overriden by JS, dragging the col-splitter
|
||||||
|
+media-xs
|
||||||
|
width: 100%
|
||||||
|
|
||||||
#col_right
|
#col_right
|
||||||
flex: 1 1 auto
|
flex: 1 1 auto
|
||||||
|
Reference in New Issue
Block a user