#twitter logo is stretched

1 messages · Page 1 of 1 (latest)

glass kelp
#

grrrrr

split sleet
#

??????

#

it was fixed

#

please try it before you complain

#

@glass kelp

glass kelp
clever lichen
#

I think this broke or my discord is sentient

#

womp womp

#
   /* Restores Twitter Logo! */
   img[src*="/assets/f47485602365c946fa52.svg"] {
   content:url("https://discord.com/assets/85cf2b49d2a185c98ec8e383ad5a05d6.svg");
}
   img[src="/assets/57a3fe2c0e62e98937fd.svg"] {
    content: url(/assets/f47485602365c946fa52.svg);
}```

Fixed with new asset locations
#

sorry for formatting, not my thing

celest tangle
#
img[src*="/assets/86405e363b6311e00c44.svg"] {
    content: url("/assets/dab3862d582558f6c4b8.svg");
}

updated with the current version

#

is there a way to change the alt & the aria-label of an img with css tho?