mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Float menubar-items
This commit is contained in:
parent
5cbcc0378a
commit
4dd48397ab
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#toolbar-menubar{
|
||||
--uc-menubar-height: 36px;
|
||||
position: fixed;
|
||||
display: block;
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: var(--uc-menubar-height);
|
||||
margin-top: calc(8px - var(--uc-menubar-height));
|
||||
|
@ -17,6 +17,9 @@
|
|||
-moz-window-dragging: no-drag;
|
||||
z-index:4;
|
||||
}
|
||||
|
||||
#menubar-items{ display: block; float: left; }
|
||||
|
||||
#toolbar-menubar:hover{
|
||||
background-color: var(--toolbar-bgcolor) !important;
|
||||
margin-top: 0px;
|
||||
|
|
Loading…
Reference in a new issue