UnlimitedAvailableUsername / Edge-Mimicry-Tree-Style-Tab-For-Firefox

A theme for Tree Style Tab that tries to replicate the vertical tab feature of Microsoft Edge Browser
91 stars 6 forks source link

Speaker icon overshadows the icon of open tab #8

Closed greeid closed 11 months ago

greeid commented 11 months ago

selected_07_28_15:50:33 Jul-28_15:52:08

greeid commented 11 months ago

Have been using FlyingFox till recently and just moved to it... But the speaker overshadows the youtube icon or any icon in that matter if it's playing sound... Would be great if you just told me what icon class is called, don't want to go deep down just for an icon

UnlimitedAvailableUsername commented 11 months ago

It's actually a feature, since Edge also does this and I've decided to replicate it. If you don't want the speaker icon overlay, you can remove it:

tab-item tab-sound-button { height: var(--tab-sound-button-background-size) !important; min-width: var(--tab-item-substance-height) !important; margin-left: -2.65em !important; opacity: 1.0; background: var(--tab-surface-active); } tab-item tab-sound-button::before { border-radius: var(--tab-border-radius-size) !important; }

Screenshot of where it is located: Screenshot 2023-07-29 112748

This should remove the sound icon from overlaying the current tab icon.

greeid commented 11 months ago

sorry for not making it more clear, I love the little sound overlay to mute tabs and don't want to remove it but make it smaller only

UnlimitedAvailableUsername commented 11 months ago

I see, if that's the case, then you could just modify the value on --tab-button-icon-size (as can be seen on the screenshot) and the margin-left inside the tab-item tab-sound-button.

or Additionally if you just want it to look smaller and on the top-right corner, you could do this:

The result will then look like this:

Screenshot 2023-07-29 132011

greeid commented 11 months ago

Themks