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] Correctly size field value

authored by

pancakes and committed by
Laura Hausmann
fbf69608 23833bb1

+9 -4
+9 -4
Iceshrimp.Frontend/Components/ProfileInfo.razor.css
··· 32 32 vertical-align: text-bottom; 33 33 } 34 34 } 35 - 36 - .field-value { 37 - word-wrap: break-word; 38 - } 39 35 } 36 + } 37 + 38 + ::deep .field .field-value { 39 + width: calc(100% - 10.5rem); 40 + word-wrap: break-word; 40 41 } 41 42 42 43 .fields { ··· 85 86 .field-name { 86 87 width: auto; 87 88 } 89 + } 90 + 91 + ::deep .field .field-value { 92 + width: auto; 88 93 } 89 94 90 95 ::deep {