Fix titlebar button breakage on macOS (6f8a1095
)
This commit is contained in:
parent
b9de90c485
commit
77f3be2bda
2 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,6 @@
|
|||
|
||||
#titlebar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
-moz-window-dragging: drag;
|
||||
menu {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue