mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-18 02:47:10 +00:00
Fixed borders not showing with hidden tabs (#100)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user