CSS and SW cleanup
This commit is contained in:
@ -16,7 +16,7 @@ sidebar-spacing-y = 0.7rem
|
||||
pointer-events none
|
||||
box-shadow shadow-medium
|
||||
transition opacity transition-speed ease, transform transition-speed ease
|
||||
will-change opacity transition
|
||||
will-change opacity, transition
|
||||
|
||||
.user-image-container
|
||||
horizontal
|
||||
@ -29,14 +29,14 @@ sidebar-spacing-y = 0.7rem
|
||||
opacity 1
|
||||
transform none
|
||||
position static
|
||||
pointer-events all
|
||||
pointer-events auto
|
||||
box-shadow none
|
||||
border-right ui-border
|
||||
background rgba(0, 0, 0, 0.03)
|
||||
|
||||
.sidebar-visible
|
||||
transform translateX(0) !important
|
||||
pointer-events all !important
|
||||
pointer-events auto !important
|
||||
opacity 1 !important
|
||||
|
||||
.sidebar-link
|
||||
|
Reference in New Issue
Block a user