this repo has no description
0
fork

Configure Feed

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

Fix moved account styles

+2 -2
+2 -2
src/components/account-info.css
··· 18 18 position: absolute; 19 19 top: 8px; 20 20 inset-inline: 8px; 21 - z-index: 2; 21 + z-index: 3; 22 22 border: 1px solid var(--outline-color); 23 23 box-shadow: 0 8px 16px var(--drop-shadow-color); 24 24 border-radius: calc(16px - 8px); ··· 47 47 48 48 ~ * { 49 49 /* pointer-events: none; */ 50 - filter: grayscale(0.75) brightness(0.75); 50 + filter: grayscale(0.75) opacity(0.75); 51 51 } 52 52 } 53 53