006c6e890a
fix: #4332
12 lines
176 B
SCSS
12 lines
176 B
SCSS
#titlebar {
|
|
margin-bottom: calc(0px - var(--tab-min-height));
|
|
|
|
.titlebar-buttonbox {
|
|
// Fix RTL alignment
|
|
width: fit-content;
|
|
}
|
|
}
|
|
|
|
.menubar-container {
|
|
border: none;
|
|
}
|