Add width for toolbars for oneliner compatibility

This commit is contained in:
MrOtherGuy 2020-10-04 11:20:55 +03:00
parent cd0d556418
commit 232aa45a4c

View file

@ -51,8 +51,12 @@ See the above repository for updates as well as full license text. */
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* These two exist for oneliner compatibility */
#nav-bar{ width: var(--uc-navigationbar-width,100vw) }
#TabsToolbar{ width: calc(100vw - var(--uc-navigationbar-width,0px)) }
#navigator-toolbox:not(:focus-within):not(:hover){ #navigator-toolbox:not(:focus-within):not(:hover){
transform: rotateX(86deg); /* This may need to be lower in osx - like 75 or so */ transform: rotateX(82deg); /* This may need to be lower in osx - like 75 or so */
opacity: 0; opacity: 0;
} }