From 026f046e793d9abf436cd3017ee8c0617bac3624 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 11 Aug 2024 18:43:52 -0400 Subject: [PATCH] Use empty title preface, because 'XXX' looked a liiiittle weird LOL --- dynamic_native_tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dynamic_native_tabs.css b/dynamic_native_tabs.css index d7b5989..c876959 100644 --- a/dynamic_native_tabs.css +++ b/dynamic_native_tabs.css @@ -17,11 +17,11 @@ } /* Hidden state: Hide native tabs strip */ -#main-window[titlepreface*="XXX"] #titlebar { +#main-window[titlepreface*="​"] #titlebar { height: 0 !important; } /* Hidden state: Fix z-index of active pinned tabs */ -#main-window[titlepreface*="XXX"] #tabbrowser-tabs { +#main-window[titlepreface*="​"] #tabbrowser-tabs { z-index: 0 !important; } \ No newline at end of file