this repo has no description
0
fork

Configure Feed

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

Mobile Safari PWA is being annoying

+3 -2
+3 -2
src/app.css
··· 164 164 165 165 [data-shortcuts-view-mode='tab-menu-bar'] & { 166 166 @media (max-width: 40em) { 167 - top: 100vh; 167 + top: 100svh; 168 168 } 169 169 } 170 170 ··· 177 177 background-color: transparent !important; 178 178 backdrop-filter: none; 179 179 border: 0; 180 - padding-block: 8px; 180 + padding-block-start: 8px; 181 + padding-block-end: max(8px, var(--sai-bottom)); 181 182 182 183 [data-shortcuts-view-mode='tab-menu-bar'] & { 183 184 @media (max-width: 40em) {