From a2b52b6da07f009e872aee124adf932a88c8f483 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 24 Jan 2024 17:46:23 +0200 Subject: [PATCH] non floating tabs: Remove opacity changes from titlebar - fixes #335 --- chrome/non_floating_sharp_tabs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 673f433..d9dd447 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -130,4 +130,9 @@ See the above repository for updates as well as full license text. */ .tab-context-line{ order: 2; margin-inline: 10px !important; +} +#titlebar{ + will-change: unset !important; + transition: none !important; + opacity: 1 !important; } \ No newline at end of file