ItsVipra / ProToots

ProToots is a web extension that displays an author's pronouns next to their toots on Mastodon.
Open Software License 3.0
24 stars 4 forks source link

Remove all inline styles #41

Closed nachtjasmin closed 1 year ago

nachtjasmin commented 1 year ago

Inline styles have the highest specificity and can't be overridden with CSS. Because it might break other styles (like Tangerine), I've replaced the inline CSS completely.

ItsVipra commented 1 year ago

image breaks the layout on glitch-soc, but seems fine on hometown

ItsVipra commented 1 year ago

from my testing (fucking around and finding out) alternative display styles are: block ruby and -webkit-box

nachtjasmin commented 1 year ago

Well, I've removed all inline styles now, at least this allows others to override and adjust it as needed.