mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 12:08:06 +01:00
Oatstodon flavour: Make avatars rounded squares again rather than circles
This commit is contained in:
parent
f9f3ed9c84
commit
691f82d346
1 changed files with 4 additions and 7 deletions
|
@ -17,11 +17,8 @@
|
|||
--accent-color-bright: 92, 193, 162;
|
||||
}
|
||||
|
||||
/* here for you to remove */
|
||||
|
||||
.account__avatar-overlay-base, .account__avatar-overlay-overlay, .account__avatar {
|
||||
border-radius: 50%;
|
||||
/* border-bottom-right-radius: 15%; */ /* uncomment for teardrop */
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
/* roundening shenanigans */
|
||||
|
|
Loading…
Reference in a new issue