Delete overlay from system menu

masks
Warinyourself 4 years ago
parent e6fde639fb
commit 5b78ef5edd

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

Loading…
Cancel
Save