mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
using percentage radius enables squircles in both normal timeline as well as boost carousel
This commit is contained in:
parent
087158064c
commit
3b3668ba13
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
.avatar:not(.has-alpha).squircle {
|
||||
border-radius: 12px;
|
||||
border-radius: 25%;
|
||||
}
|
||||
|
||||
.avatar img {
|
||||
|
|
Loading…
Reference in a new issue