Fix titlebar button breakage on macOS (6f8a1095)

This commit is contained in:
Adomas Venčkauskas 2024-04-05 14:18:31 +03:00
parent b9de90c485
commit 77f3be2bda
2 changed files with 1 additions and 1 deletions

View file

@ -64,7 +64,6 @@
#titlebar {
display: flex;
flex-direction: row;
justify-content: center;
-moz-window-dragging: drag;
menu {

View file

@ -10,6 +10,7 @@
#titlebar {
height: var(--tab-min-height);
flex-direction: row;
-moz-box-pack: center;
pointer-events: none;
-moz-appearance: -moz-window-titlebar;