>>106974291
i have the same problem with the volume bar on twitter videos
>every video is muted by default
>if you click the mute button it does nothing
>if you click it again it BLASTS FULL VOLUME
>player doesn't respect my browser-wide preference of defaulting video volume to 20%
>ideally you want to drag volume button up from a muted state to avoid going deaf
>hovering the button brings up the volume gutter for a split second
>moving your mouse to it makes it disappear because they made the button ROUND
>didn't even bother placing an invisible box behind it to extend its hover hitzone
>always end up misclicking and putting it at the wrong volume, because the damn gutter doesn't want to stay visible
>by the time it's at an acceptable volume the entire video has played through, missed all context, have to rewind
i had to write a userscript to push the gutter down a bit to make this shit actually usable
and editing their CSS is a BITCH i could _only_ manage to push it down a bit, and make the bar not round, not even the button, without destroying the layout for the entire site before losing my entire patience with this shit
/* post radius */
.r-1867qdf {border-radius: 0px;}
/* volume gutter distance from button */
.r-h8hv3c {margin-bottom: 20px !important;}