Skip to content

Commit

Permalink
tabsbar: Fix pinned tab playaback icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Oct 2, 2024
1 parent 3c4810b commit c9ac724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ tab {
background: var(--gnome-active-color) !important;
}

.tab-icon-stack[pinned]:is([soundplaying], [muted], [activemedia-blocked]) {
padding: 0 4px !important;
}

.tab-icon-stack:is([soundplaying], [muted], [activemedia-blocked]) image {
margin: auto !important;
}
Expand Down

0 comments on commit c9ac724

Please sign in to comment.