Merge commit '5d04e297755c4a8b4e908f706d272520521341d4' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2024-08-15 21:58:04 +02:00
4 changed files with 39 additions and 8 deletions

View File

@@ -7372,9 +7372,18 @@ a.status-card {
}
.scrollable .account-card__title__avatar {
img,
img {
border: 2px solid var(--background-color);
}
.account__avatar {
border-color: lighten($ui-base-color, 8%);
border: none;
}
}
.scrollable .account-card__header {
img {
border-radius: 4px;
}
}