From f46558038800977a6f9818ee5f9e13aa3cd51463 Mon Sep 17 00:00:00 2001 From: Parrot Date: Tue, 17 Oct 2023 13:39:10 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=20Fixed=20weird=20margin=20in=20?= =?UTF-8?q?the=20launcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style.less b/src/style.less index 73be354..9efce8c 100644 --- a/src/style.less +++ b/src/style.less @@ -137,10 +137,12 @@ launcher { top: 0; background: rgba(0, 0, 0, 0.5); z-index: 99999999999999999999999; - width: 100vw; + width: calc(100vw + 20px); height: calc(100vh + 20px); gap: 20px; transition: 0.2s opacity, 0.2s backdrop-filter; + margin: 0; + left: 0; apps { max-height: 70vh;