Fixed borders not showing with hidden tabs (#100)

This commit is contained in:
Mauro Balades
2024-07-29 01:20:31 +02:00
parent cc900885ca
commit 01bdbfca4e

View File

@@ -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;