Fix title bar layout

This commit is contained in:
windingwind 2023-12-07 17:57:13 +08:00 committed by Dan Stillman
parent d8919d29f7
commit c8d49e76e5
3 changed files with 11 additions and 2 deletions

View file

@ -59,6 +59,9 @@
* window state. Otherwise, elements in the navigator-toolbox, like the menubar,
* can swallow those events. */
.titlebar-buttonbox {
right: 0px;
position: absolute;
height: var(--tab-min-height);
z-index: 1;
display: flex;
align-items: center;