this repo has no description
0
fork

Configure Feed

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

Better scroll paddings

+5 -1
+5 -1
src/app.css
··· 79 79 80 80 .deck-container, 81 81 .deck.contained { 82 - scroll-padding-top: 3em; 82 + scroll-padding-top: 4em; 83 + 84 + &:has(~ #shortcuts > .tab-bar) { 85 + scroll-padding-top: 7em; 86 + } 83 87 } 84 88 85 89 :is(#home-page, #welcome, #columns, #loader-root) ~ .deck-container {