milbits / oldcord

Discord theme that tries its best to restore the 2020 UI
87 stars 16 forks source link

fix weird ass spacing for statuses on profile popouts #62

Closed KingGamingYT closed 2 months ago

KingGamingYT commented 2 months ago

note: profiles without pronouns are a bit wrong and I couldn't figure it out but I wanted to get this out the door because it was annoying me so much I'll fix it later

KingGamingYT commented 2 months ago

this is as far as I got and its still gonna be wonky, if you know a good method of deciding between people that have the pronouns section vs people who don't it would be really helpful

milbits commented 2 months ago

look somewhere in the code but generally it's using :has()

KingGamingYT commented 2 months ago

I tried using :has() but the thing is if I do that it breaks the other configurations, I guess the target would be able to regulate the sizing for who has a status and/or pronouns vs who doesn't have a status and/or pronouns, which is naturally complicated and annoying :sob:

KingGamingYT commented 2 months ago

something like this could probably work image

milbits commented 2 months ago

image

long 2-line statuses are a bit offcenter, you could do :has(.statusBubble_d0a252):not(.singleLineAlign_d0a252) or something

image even worse without pronouns

milbits commented 2 months ago

spacing fixed itself so im closing this