ObserverOfTime/DiscordThemes

Avatars do not fit in the box with NewNihilism

Fuyucch1 opened this issue · 0 comments

On the Activity Page, avatars do not fit in the box they are meant to:
example

This is what I wrote so it fixes it, but it isn't as good as what you guys can do :

.da-outer .image-33JSyf {
  width: 30px !important;
    height: 30px !important
}

.memberListContainer-1AKCDy .image-33JSyf {
  width: 20px !important;
    height: 20px !important
}

example