mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Merge pull request #160 from osmaa/main
fix squircle avatars in boost carousel
This commit is contained in:
commit
089b7aede2
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