Merge pull request #160 from osmaa/main

fix squircle avatars in boost carousel
This commit is contained in:
Chee Aun 2023-06-13 09:12:19 +08:00 committed by GitHub
commit 089b7aede2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
border-radius: 0;
}
.avatar:not(.has-alpha).squircle {
border-radius: 12px;
border-radius: 25%;
}
.avatar img {