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{
|
#toolbar-menubar{
|
||||||
--uc-menubar-height: 36px;
|
--uc-menubar-height: 36px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: var(--uc-menubar-height);
|
height: var(--uc-menubar-height);
|
||||||
margin-top: calc(8px - var(--uc-menubar-height));
|
margin-top: calc(8px - var(--uc-menubar-height));
|
||||||
|
@ -17,6 +17,9 @@
|
||||||
-moz-window-dragging: no-drag;
|
-moz-window-dragging: no-drag;
|
||||||
z-index:4;
|
z-index:4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menubar-items{ display: block; float: left; }
|
||||||
|
|
||||||
#toolbar-menubar:hover{
|
#toolbar-menubar:hover{
|
||||||
background-color: var(--toolbar-bgcolor) !important;
|
background-color: var(--toolbar-bgcolor) !important;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
Loading…
Reference in a new issue