this repo has no description
0
fork

Configure Feed

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

yet another vertical alignment fix

+2 -3
+2 -3
src/components/name-text.css
··· 1 1 .name-text { 2 2 color: inherit; 3 3 text-decoration: none; 4 - display: inline-flex; 5 - gap: 4px; 6 - align-items: center; 4 + display: inline; 7 5 } 8 6 .name-text.show-acct { 9 7 display: inline-block; ··· 20 18 21 19 .name-text .avatar { 22 20 vertical-align: middle; 21 + transform: translateY(-0.1em); 23 22 }