#Allow the server tooltip to fit the entire server name in one line
1 messages · Page 1 of 1 (latest)
way nicer change than expected
that'll do it for all tooltips
maybe do this?
[class^=tooltip_]:has([class^=guildNameText_]
Won't apply to folder tooltips then though
folder tooltips shouldnt be much of an issue though as the user is in full control of their length whereas thats not the case for server names
Also actually this has the side effect of also making the sub-channels tooltip cleaner
By sub-channels i mean threads+forum posts
i think the uncapped length makes both of them harder to read in most cases
personally it's the opposite, but ig it's just down to personal preference
imo i like one line more although I won't be using this script as I don't use Vencord
this works no matter your client
even in vanilla if you manually put this in the style tag
any fix for this one...
[class*=tooltip] { max-width: unset }
looks like not working