[Glitch] Modify profile directory page image borders

Port 9194197de5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2814/head
Michael Stanclift 2024-08-14 14:23:45 -05:00 committed by Claire
parent 9f2775830c
commit 104c378cb4
1 changed files with 11 additions and 2 deletions

View File

@ -7924,9 +7924,18 @@ img.modal-warning {
}
.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;
}
}