Replace all <Tab> characters with two spaces

This commit is contained in:
MrOtherGuy
2020-05-22 09:07:26 +03:00
parent a3146bb483
commit a0c8c9c2a0
18 changed files with 76 additions and 76 deletions

View File

@@ -10,21 +10,21 @@ See the above repository for updates as well as full license text. */
#TabsToolbar > .titlebar-spacer{ display: -moz-box !important; }
#toolbar-menubar{
--uc-menubar-height: 36px;
position: fixed;
display: block;
width: 100vw;
height: var(--uc-menubar-height);
margin-top: calc(8px - var(--uc-menubar-height));
transition: margin-top 150ms linear !important;
-moz-window-dragging: no-drag;
z-index:4;
--uc-menubar-height: 36px;
position: fixed;
display: block;
width: 100vw;
height: var(--uc-menubar-height);
margin-top: calc(8px - var(--uc-menubar-height));
transition: margin-top 150ms linear !important;
-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;
z-index: 6
background-color: var(--toolbar-bgcolor) !important;
margin-top: 0px;
z-index: 6
}