this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #160 from osmaa/main

fix squircle avatars in boost carousel

authored by

Chee Aun and committed by
GitHub
089b7aed 08715806

+1 -1
+1 -1
src/components/avatar.css
··· 13 13 border-radius: 0; 14 14 } 15 15 .avatar:not(.has-alpha).squircle { 16 - border-radius: 12px; 16 + border-radius: 25%; 17 17 } 18 18 19 19 .avatar img {