From 5b78ef5edda714026fd8b115b47c10e3773f0604 Mon Sep 17 00:00:00 2001 From: Warinyourself Date: Mon, 21 Feb 2022 13:42:03 +0300 Subject: [PATCH] Delete overlay from system menu --- src/style/components/shutdown.styl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/style/components/shutdown.styl b/src/style/components/shutdown.styl index 78bc9ff..a1099d6 100644 --- a/src/style/components/shutdown.styl +++ b/src/style/components/shutdown.styl @@ -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)