autohide toolbox: remove rules setting toolbar width
These shouldn't be needed anymore and having them around causes compatibility issues with styles like oneline-toolbar.css
This commit is contained in:
@@ -33,6 +33,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
line-height: 0;
|
line-height: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
width: 100vw;
|
||||||
}
|
}
|
||||||
:root[sessionrestored] #urlbar[popover]{
|
:root[sessionrestored] #urlbar[popover]{
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
@@ -74,16 +75,6 @@ See the above repository for updates as well as full license text. */
|
|||||||
|
|
||||||
#navigator-toolbox > *{ line-height: normal; pointer-events: auto }
|
#navigator-toolbox > *{ line-height: normal; pointer-events: auto }
|
||||||
|
|
||||||
#navigator-toolbox,
|
|
||||||
#navigator-toolbox > *{
|
|
||||||
width: 100vw;
|
|
||||||
-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)) }
|
|
||||||
|
|
||||||
/* Don't apply transform before window has been fully created */
|
/* Don't apply transform before window has been fully created */
|
||||||
:root:not([sessionrestored]) #navigator-toolbox{ transform:none !important }
|
:root:not([sessionrestored]) #navigator-toolbox{ transform:none !important }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user