Skip to content

Commit ee79aa0

Browse files
committed
userChrome.css: Remove the hide transition delay
Otherwise we see the navbar disappear when the webapp loads.
1 parent 1835529 commit ee79aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/share/webapp-manager/firefox/profile/chrome/userChrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
66
*/
77

88
:root{
9-
--uc-autohide-toolbox-delay: 200ms; /* Wait 0.1s before hiding toolbars */
9+
--uc-autohide-toolbox-delay: 0ms; /* Wait 0.1s before hiding toolbars */
1010
--uc-toolbox-rotation: 82deg; /* This may need to be lower on mac - like 75 or so */
1111
}
1212

0 commit comments

Comments
 (0)