Have minimum width for menubar spacer
This commit is contained in:
parent
1428068f47
commit
67cfaaac27
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@
|
|||
#toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
|
||||
|
||||
#toolbar-menubar > [flex]{ flex-grow: 100; }
|
||||
#toolbar-menubar > spacer[flex]{ order: 99; flex-grow: 1; }
|
||||
#toolbar-menubar > spacer[flex]{
|
||||
order: 99;
|
||||
flex-grow: 1;
|
||||
min-width: var(--uc-window-drag-space-width,20px);
|
||||
}
|
||||
|
||||
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue