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.

Update UserProfileCard.razor.css

Niko 3e0898f6 26eac47b

+3 -4
+3 -4
Iceshrimp.Frontend/Components/UserProfileCard.razor.css
··· 1 1 .header { 2 2 display: flex; 3 - justify-content: space-between; 4 - align-items: center; 5 - flex-wrap: wrap; 6 - row-gap: 1rem; 7 3 margin-top: 65px; 8 4 } 9 5 10 6 .name-section { 11 7 margin-left: 1rem; 8 + word-break: break-word; 9 + text-shadow: 0 0 5px #000; 10 + margin-top: 25px; 12 11 } 13 12 14 13 .name {