mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Add width for toolbars for oneliner compatibility
This commit is contained in:
parent
cd0d556418
commit
232aa45a4c
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue