only rotate nav-bar by 89.9deg when hiding it

Rotating by full 90deg makes panels anchored to some node, such as
star-button panel, unable to open. Fixes #424
This commit is contained in:
MrOtherGuy
2024-10-10 04:56:22 +03:00
parent d60a970480
commit 1d7530e370
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ See the above repository for updates as well as full license text. */
#urlbar-container{ margin-top: 1px }
:root[sessionrestored] #nav-bar:not([customizing]){
transform: rotateX(90deg);
transform: rotateX(89.9deg);
transition: transform 67ms linear, opacity 0ms linear 67ms !important;
opacity: 0;
z-index: 3;