invidious/src
Penny f7992d2d09
futureproof comment avatars
i was injecting custom css into the site that made the avatars round, and noticed comment avatars looked a little odd

i opened dev tools and siffed through the html, and noticed that the image was being padded,
when it would look nicer if the element used margin instead of padding

with padding:
https://imgur.com/c0pB37e

with proposed changes (margin instead of padding):
https://imgur.com/iKmBzEi
2021-06-24 23:50:37 -05:00
..
invidious futureproof comment avatars 2021-06-24 23:50:37 -05:00
invidious.cr Fix quoting of 'none' in CSP header 2021-06-20 18:43:00 +02:00