From 79eb457248abfd872c3d2e247e51c9241187a426 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Fri, 19 Aug 2022 00:45:17 +0300 Subject: [PATCH] desktop fix hopefully? --- app/src/App.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/App.svelte b/app/src/App.svelte index e7b36c9..52c1ebd 100644 --- a/app/src/App.svelte +++ b/app/src/App.svelte @@ -106,12 +106,11 @@ top: 0px; width: 0px; right: 0px; + padding: 0em; } sidebar.open { width: 450px; right: 8px; - } - sidebar.open { padding: 1em; } }