From 8c7efbcdd45c22ebbe47e129bd78b8e26966f20e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 14 Feb 2024 06:17:26 +0200 Subject: [PATCH] vertical_tabs: Remove opacity changes from titlebar This makes window controls show up on Linux and fixes them disappearing from non-focused window on Windows --- chrome/vertical_tabs.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chrome/vertical_tabs.css b/chrome/vertical_tabs.css index 7adcaad..95121b9 100644 --- a/chrome/vertical_tabs.css +++ b/chrome/vertical_tabs.css @@ -104,4 +104,9 @@ scrollbox[orient="horizontal"]{ #scrollbutton-up, #scrollbutton-down{ display: var(--uc-scrollbutton-display,initial); -} \ No newline at end of file +} +#titlebar{ + will-change: none !important; + transition: none !important; + opacity: 1 !important; +}