From c94b34c563630ced8f591960909257168deccf8d Mon Sep 17 00:00:00 2001 From: onkofonko Date: Thu, 5 Sep 2024 20:08:01 +0200 Subject: [PATCH] Address feedback --- common/components/Menubar.svelte | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/common/components/Menubar.svelte b/common/components/Menubar.svelte index fbf0351..4657eaf 100644 --- a/common/components/Menubar.svelte +++ b/common/components/Menubar.svelte @@ -25,12 +25,10 @@ ico {/if} -
- - - -
-
+
+ + +
{#if $debug} @@ -78,28 +76,13 @@ height: 0; } } - .window-controls { - display: flex; - position: absolute; - top: 0; - right: 0; - height: 100%; - } .window-controls { -webkit-app-region: no-drag; } .window-controls .button { - grid-row: 1 / span 1; - display: flex; - justify-content: center; - align-items: center; + background: transparent; width: 46px; height: 32px; - background: transparent; - border: none; - color: #ffffff; - } - .window-controls .button { user-select: none; } .window-controls .button:hover {