1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

remove avatar border

This commit is contained in:
Michael Stanclift 2024-08-12 19:47:40 +00:00
parent c3e1d86d58
commit b5da5eb424

View file

@ -7370,7 +7370,7 @@ a.status-card {
.scrollable .account-card__title__avatar {
img,
.account__avatar {
border-color: lighten($ui-base-color, 8%);
border: none;
}
}