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] Code cleanup

authored by

Lilian and committed by
Laura Hausmann
ef753be0 a5f8583d

+1 -7
+1 -3
Iceshrimp.Backend/Controllers/Web/ManifestController.cs
··· 24 24 Name = config.Value.AccountDomain, ShortName = config.Value.AccountDomain 25 25 }; 26 26 } 27 - } 28 - 29 - 27 + }
-1
Iceshrimp.Frontend/Iceshrimp.Frontend.csproj
··· 16 16 17 17 <ItemGroup> 18 18 <None Update="Components/MfmText.razor.css" CssScope="mfm" /> 19 - <None Include="wwwroot\icon-512.png" /> 20 19 </ItemGroup> 21 20 22 21 <ItemGroup>
-3
Iceshrimp.Frontend/wwwroot/css/app.css
··· 111 111 padding: 0.5em; 112 112 padding-inline: 1em; 113 113 align-items: center; 114 - /*i {*/ 115 - /* padding: 0 0.5em 0 0;*/ 116 - /*}*/ 117 114 } 118 115 .button:hover { 119 116 background-color: var(--hover-color);