ピン留めしているタブの幅を少し広げる (数値は適当に)
.tabbrowser-tab[pinned] {
min-width: 50px;
}

ピン留めしたタブにあるスピーカーアイコンを無効にする
.tabbrowser-tab[pinned] .tab-icon-overlay[soundplaying] {
display: none;
}