Tabsbar: Small bug fixes

Signed-off-by: Rafael Mardojai CM <email@rafaelmardojai.com>
This commit is contained in:
Rafael Mardojai CM 2022-10-10 18:49:34 -05:00
parent 6effbe6fbd
commit 66653c7481
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ tab > stack {
#scrollbutton-up:not([disabled])::after, #scrollbutton-up:not([disabled])::after,
#scrollbutton-down:not([disabled])::after { #scrollbutton-down:not([disabled])::after {
content: ""; content: "";
height: 100%; height: 44px;
position: absolute; position: absolute;
top: 0; top: 0;
z-index: -1; z-index: -1;
@ -200,7 +200,7 @@ tab {
} }
/* Force tab favicon to the center */ /* Force tab favicon to the center */
.tabbrowser-tab .tab-icon-stack { .tabbrowser-tab:not([pinned]) .tab-icon-stack {
margin-left: auto !important; margin-left: auto !important;
} }