a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

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

[frontend] making badges smaller

Niko 43d3538e adab9c71

+4 -3
+4 -3
Iceshrimp.Frontend/Components/ProfileInfo.razor.css
··· 56 56 gap: 1rem; 57 57 align-items: center; 58 58 justify-content: space-between; 59 - margin: 0.5rem 0; 59 + margin: 0rem; 60 60 } 61 61 62 62 .badges, .profile-buttons { 63 63 display: flex; 64 64 flex-wrap: wrap; 65 65 gap: 0.5rem; 66 - margin: 0.15rem 0; 66 + margin: 0rem; 67 67 align-items: start; 68 68 } 69 69 ··· 73 73 gap: 0.25rem; 74 74 padding: 0 0.5rem; 75 75 background-color: var(--highlight-color); 76 - border-radius: 0.5rem; 76 + border-radius: 0.8rem; 77 + font-size: 13px; 77 78 } 78 79 79 80 ::deep {