From 5064895de359b51a57278bba713cbf25382a2eac Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 22 Mar 2024 13:45:40 +0100 Subject: [PATCH] firefox: tree style tab: disable animation --- firefox/treestyletab.css | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css index fe12b62..c1f6d66 100644 --- a/firefox/treestyletab.css +++ b/firefox/treestyletab.css @@ -35,6 +35,7 @@ /* Pined tabs container */ #pinned-tabs-container { border-bottom: 1px solid rgb(173, 173, 173); + transition: none; } /* Tabs */