Style fixes

This commit is contained in:
Eduard Urbach 2017-11-07 09:43:28 +01:00
parent 1020d7dcc6
commit 52cbcd6eab
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ sidebar-spacing-y = 0.7rem
left 0 left 0
top 0 top 0
z-index 10 z-index 10
min-width 200px min-width 250px
height 100% height 100%
background sidebar-opaque-background background sidebar-opaque-background
transform translateX(-100%) transform translateX(-100%)
@ -27,6 +27,7 @@ sidebar-spacing-y = 0.7rem
> 800px > 800px
#sidebar #sidebar
opacity 1 opacity 1
min-width 200px
transform none transform none
position static position static
pointer-events auto pointer-events auto

View File

@ -6,6 +6,7 @@
// max-width 400px // max-width 400px
.widget .widget
flex-basis 400px
max-width 400px max-width 400px
.widget-section > button, .widget-section > button,

View File

@ -21,8 +21,8 @@
.widget .widget
vertical vertical
flex-basis 100% // flex-basis 100%
flex-grow 1 flex 1
margin calc(content-padding / 2) margin calc(content-padding / 2)
overflow hidden overflow hidden