parent
2d3375e9f6
commit
006c6e890a
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
#titlebar {
|
||||
margin-bottom: calc(0px - var(--tab-min-height));
|
||||
|
||||
.titlebar-buttonbox {
|
||||
// Fix RTL alignment
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
.menubar-container {
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
/* Titlebar */
|
||||
|
||||
.titlebar-buttonbox {
|
||||
right: 0px;
|
||||
inset-inline-end: 0px;
|
||||
position: absolute;
|
||||
height: var(--tab-min-height);
|
||||
appearance: none;
|
||||
|
|
Loading…
Reference in a new issue