Option to exclusively use the "small" audio playing badge.
-
When tabs are small enough, the speaker icon that replaces a tabs favicon when audio is playing from it gets replaced with a smaller badge that doesn't cover the whole icon. I'd like if I could solely use this for tabs playing audio.//MODEDIT: similar requests:
-
I would like to have this too. It is probably very easy since the feature is already made, just the option missing.
-
Yes, please add an option for a smaller audio icon (Always use small audio icon).
Here is my current custom.css to get a smaller audio icon and no hidden favicon:
/* Do not hide favicon */ #tabs-container .favicon { transform: scale(1) !important; } /* Small audio icon */ #tabs-container .tab-audio { left: 0 !important; padding: 2px !important; height: 20px !important; width: 20px !important; border-radius: var(--radiusRound) !important; transform: scale(0.625) !important; background-color: #fff !important; } /* Enlarge audio icon on hover */ #tabs-container .tab-audio:hover { transform: scale(0.87) !important; } /* Black audio icon */ .audioicon { color: black; }
-
Ppafflick moved this topic from Automotive Feature Requests on
-
@sheponion i'm using your code and it is perfect. This should be the default setting in Vivaldi or at least have the option to choose it.