Style fixes
This commit is contained in:
parent
1020d7dcc6
commit
52cbcd6eab
@ -6,7 +6,7 @@ sidebar-spacing-y = 0.7rem
|
||||
left 0
|
||||
top 0
|
||||
z-index 10
|
||||
min-width 200px
|
||||
min-width 250px
|
||||
height 100%
|
||||
background sidebar-opaque-background
|
||||
transform translateX(-100%)
|
||||
@ -27,6 +27,7 @@ sidebar-spacing-y = 0.7rem
|
||||
> 800px
|
||||
#sidebar
|
||||
opacity 1
|
||||
min-width 200px
|
||||
transform none
|
||||
position static
|
||||
pointer-events auto
|
||||
|
@ -6,6 +6,7 @@
|
||||
// max-width 400px
|
||||
|
||||
.widget
|
||||
flex-basis 400px
|
||||
max-width 400px
|
||||
|
||||
.widget-section > button,
|
||||
|
@ -21,8 +21,8 @@
|
||||
|
||||
.widget
|
||||
vertical
|
||||
flex-basis 100%
|
||||
flex-grow 1
|
||||
// flex-basis 100%
|
||||
flex 1
|
||||
margin calc(content-padding / 2)
|
||||
overflow hidden
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user