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