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 @@
{/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 {