this repo has no description
0
fork

Configure Feed

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

Use box-shadow, border skews the actual dimension

+2 -2
+2 -2
src/components/avatar.css
··· 5 5 border-radius: 50%; 6 6 overflow: hidden; 7 7 background-color: var(--bg-faded-color); 8 - border: 1px solid var(--outline-color); 8 + box-shadow: 0 0 0 1px var(--bg-blur-color); 9 9 flex-shrink: 0; 10 10 } 11 11 ··· 14 14 height: 100%; 15 15 object-fit: cover; 16 16 background-color: var(--img-bg-color); 17 - } 17 + }