mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
new file
This commit is contained in:
parent
d0b647d5d8
commit
5b2bb17e1e
1 changed files with 19 additions and 0 deletions
19
chrome/Fx65_tabs_on_bottom_menubar_on_top_patch.css
Normal file
19
chrome/Fx65_tabs_on_bottom_menubar_on_top_patch.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* Menubar on top patch - use with Fx65_tabs_on_bottom.css */
|
||||
/* Only really useful if menubar is ALWAYS visible */
|
||||
|
||||
#navigator-toolbox{ margin-top: 22px }
|
||||
#toolbar-menubar{
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
height: 22px;
|
||||
margin-top:1px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#toolbar-menubar .titlebar-buttonbox-container{ height: 22px; }
|
||||
#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 }
|
Loading…
Reference in a new issue