this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Possible fix for #35

+1 -1
+1 -1
src/app.css
··· 617 617 padding-left: max(16px, env(safe-area-inset-left)); 618 618 padding-right: max(16px, env(safe-area-inset-right)); 619 619 padding-bottom: max(16px, env(safe-area-inset-bottom)); 620 - mask-image: linear-gradient(to bottom, transparent 0%, black 10px); 621 620 } 622 621 .sheet header + main { 623 622 padding-top: 0; 623 + mask-image: linear-gradient(to bottom, transparent 0%, black 10px); 624 624 } 625 625 626 626 /* TAG */