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/components] Add disabled style for top bar action buttons

authored by

pancakes and committed by
Iceshrimp development
eb19998e 2a39018d

+7
+7
Iceshrimp.Frontend/Layout/MainLayout.razor.css
··· 92 92 } 93 93 94 94 .top-bar { 95 + .action[disabled] { 96 + opacity: 40%; 97 + cursor: not-allowed; 98 + } 99 + } 100 + 101 + .top-bar { 95 102 .action + .action { 96 103 margin-left: 0; 97 104 }