Don't depend on [inFullscreen] attribute for navigator-toolbox

Just use :root[sizemode="fullscreen"] instead
This commit is contained in:
MrOtherGuy
2024-05-16 05:23:04 +03:00
parent 9d8c38dd9d
commit 31cb27a5d8
3 changed files with 8 additions and 8 deletions

View File

@@ -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;