this repo has no description
0
fork

Configure Feed

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

Missed this part

+6 -1
+6 -1
src/components/shortcuts.css
··· 172 172 height: 44px; 173 173 gap: 4px; 174 174 } 175 - #app:has(header[hidden]) #shortcuts .tab-bar, 175 + #app:has(#home-page):not(:has(#home-page ~ .deck-container)):has( 176 + header[hidden] 177 + ) 178 + #shortcuts 179 + .tab-bar, 180 + #app:has(#home-page ~ .deck-container header[hidden]) #shortcuts .tab-bar, 176 181 shortcuts .tab-bar[hidden] { 177 182 transform: translateY(-150%); 178 183 pointer-events: none;