mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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,19 +3,19 @@
|
|||
|
||||
:root{ --uc-window-control-width: 0px !important }
|
||||
|
||||
#navigator-toolbox{ margin-top: 22px }
|
||||
#navigator-toolbox{ margin-top: 29px }
|
||||
#toolbar-menubar{
|
||||
position: fixed;
|
||||
top: var(--uc-titlebar-padding,0px);
|
||||
height: 22px;
|
||||
height: 29px;
|
||||
margin-top:1px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#toolbar-menubar .titlebar-buttonbox-container{ height: 22px; }
|
||||
#toolbar-menubar .titlebar-buttonbox-container{ height: 29px; }
|
||||
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
|
||||
|
||||
/* This will allow you to MAYBE put some items to the menubar */
|
||||
#toolbar-menubar > *{ float: left }
|
||||
#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
|
||||
#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
|
||||
|
|
Loading…
Reference in a new issue