From 6c81361a5ab8329cac8a1c40074255d74c9c3bf2 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 23 Oct 2024 15:18:24 -0500 Subject: [PATCH] feat: changed transition time --- home-manager/modules/firefox/config/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/firefox/config/userChrome.css b/home-manager/modules/firefox/config/userChrome.css index e1a0da2..74c8810 100755 --- a/home-manager/modules/firefox/config/userChrome.css +++ b/home-manager/modules/firefox/config/userChrome.css @@ -19,7 +19,7 @@ height: 0px; min-height: 0px !important; overflow: hidden; - transition: height 0.3s ease-in-out; + transition: height 0.0s ease-in-out; } /* Only show nav-bar when specifically focused, not when clicking tab bar */