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.

adjusting profile pages

Niko bd478725 f9b3dc06

+10 -4
+5 -4
Iceshrimp.Frontend/Components/FollowButton.razor.css
··· 1 1 .btn { 2 2 font-weight: 600; 3 3 display: flex; 4 - height: 2.5rem; 4 + height: 2.8rem; 5 5 align-items: center; 6 6 justify-content: start; 7 - border-radius: 1.25rem; 7 + border-radius: 10px; 8 8 border: var(--notice-color) solid 0.1rem; 9 9 padding-inline: 1rem; 10 10 padding: 1rem; 11 - margin-bottom: 0.5rem; 12 - margin-inline: 1rem; 11 + margin-bottom: 0rem; 12 + margin-inline: 0rem; 13 13 > .icon-wrapper { 14 14 padding-left: 0.5rem; 15 15 } ··· 30 30 display: flex; 31 31 align-items: center; 32 32 margin-left: auto; 33 + margin-top: 20px; 33 34 } 34 35 ::deep {.icon { 35 36 vertical-align: text-bottom;
+5
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 + margin-top: 65px; 3 8 } 4 9 5 10 .name-section {