From 01bdbfca4e875b29d636fb2a93b0e8b1e5688597 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 29 Jul 2024 01:20:31 +0200 Subject: [PATCH] Fixed borders not showing with hidden tabs (#100) --- src/browser/themes/shared/zen-browser-shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/themes/shared/zen-browser-shared.css b/src/browser/themes/shared/zen-browser-shared.css index ed3939b2c..f5ee392cc 100644 --- a/src/browser/themes/shared/zen-browser-shared.css +++ b/src/browser/themes/shared/zen-browser-shared.css @@ -362,7 +362,7 @@ toolbarbutton#scrollbutton-up { position: relative !important; } -#tabbrowser-tabs:has(.tabbrowser-tab[pinned]) .tabbrowser-tab:nth-child(1 of :not([pinned])) { +#tabbrowser-tabs:has(.tabbrowser-tab[pinned]) .tabbrowser-tab:nth-child(1 of :not([pinned]):not([hidden])) { margin-top: 15px !important; position: relative; overflow: visible;