This commit is contained in:
Vince
2025-08-04 12:32:01 +08:00
parent 837856445e
commit bed84600e2
3 changed files with 14 additions and 0 deletions

View File

@@ -206,6 +206,10 @@ tab[selected]:-moz-window-inactive .tab-label {
}
}
#pinned-tabs-container[orient="horizontal"] {
margin-inline-end: 6px !important;
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
background-color: transparent !important;
}

View File

@@ -184,6 +184,11 @@ toolbarbutton[open=true] {
padding: 0 !important;
}
#pinned-tabs-container[orient="horizontal"] {
margin-inline-end: 0 !important;
border-right: 1px solid var(--gnome-tabbar-tab-border-color) !important;
}
/* Tabs */
.tab-background {
background-color: transparent !important;

View File

@@ -282,6 +282,11 @@
margin-bottom: 0 !important;
}
#pinned-tabs-container[orient="horizontal"] {
margin-inline-end: 0 !important;
border-right: 1px solid var(--gnome-tabbar-tab-border-color) !important;
}
/* Tab labels */
tab {
color: var(--gnome-tabbar-tab-color) !important;