From aed276b104e4fa67341ea88465f452df4c886d6d Mon Sep 17 00:00:00 2001 From: imgurbot12 Date: Sun, 31 Mar 2024 20:35:14 -0700 Subject: [PATCH] fix: powermenu css updates to fix default css changes --- other-plugins/css/powermenu.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/other-plugins/css/powermenu.css b/other-plugins/css/powermenu.css index c56af5a..9214fc0 100644 --- a/other-plugins/css/powermenu.css +++ b/other-plugins/css/powermenu.css @@ -1,3 +1,6 @@ +body { + padding: 0; +} .navbar { width: 0; @@ -9,6 +12,10 @@ display: flex; justify-content: center; align-items: center; + + height: 100vh; + min-height: 100vh; + overflow-y: hidden; } .result {