Delete overlay from system menu

masks
Warinyourself 4 years ago
parent e6fde639fb
commit 5b78ef5edd

@ -1,11 +1,11 @@
.shutdown-block .shutdown-block
position absolute position absolute
right 12px right 12px
bottom 12px bottom 12px
&:hover &:hover
.shutdown-menu .shutdown-menu
opacity 1 opacity 1
transform translateY(0%) transform translateY(-40px)
.shutdown-button .shutdown-button
border-radius 0 0 12px 12px border-radius 0 0 12px 12px
@ -32,6 +32,9 @@
.shutdown-menu .shutdown-menu
border-radius 12px 12px 0 0 border-radius 12px 12px 0 0
position absolute
bottom 0
right 0
width 40px width 40px
display flex display flex
background var(--background-block) background var(--background-block)

Loading…
Cancel
Save