Don't depend on [inFullscreen] attribute for navigator-toolbox
Just use :root[sizemode="fullscreen"] instead
This commit is contained in:
@@ -20,7 +20,7 @@ See the above repository for updates as well as full license text. */
|
||||
}
|
||||
|
||||
:root[sizemode="fullscreen"],
|
||||
#navigator-toolbox[inFullscreen]{ margin-top: 0 !important; }
|
||||
:root[sizemode="fullscreen"] #navigator-toolbox{ margin-top: 0 !important; }
|
||||
|
||||
#navigator-toolbox{
|
||||
position: fixed !important;
|
||||
|
||||
Reference in New Issue
Block a user