Float menubar-items
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user