Increase menubar heights from 22px to 29px
This commit is contained in:
parent
63863612b9
commit
2229bda490
1 changed files with 4 additions and 4 deletions
|
@ -3,17 +3,17 @@
|
||||||
|
|
||||||
:root{ --uc-window-control-width: 0px !important }
|
:root{ --uc-window-control-width: 0px !important }
|
||||||
|
|
||||||
#navigator-toolbox{ margin-top: 22px }
|
#navigator-toolbox{ margin-top: 29px }
|
||||||
#toolbar-menubar{
|
#toolbar-menubar{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: var(--uc-titlebar-padding,0px);
|
top: var(--uc-titlebar-padding,0px);
|
||||||
height: 22px;
|
height: 29px;
|
||||||
margin-top:1px;
|
margin-top:1px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar-menubar .titlebar-buttonbox-container{ height: 22px; }
|
#toolbar-menubar .titlebar-buttonbox-container{ height: 29px; }
|
||||||
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
|
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
|
||||||
|
|
||||||
/* This will allow you to MAYBE put some items to the menubar */
|
/* This will allow you to MAYBE put some items to the menubar */
|
||||||
|
|
Loading…
Reference in a new issue