source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

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

style: remove qr-section display for touch devices in app.astro

- Eliminate the display property for the qr-section on touch devices to enhance mobile responsiveness and improve user experience.

-3
-3
src/pages/app.astro
··· 157 157 158 158 /* Touch devices (mobile/tablet) */ 159 159 @media (hover: none) and (pointer: coarse) { 160 - .qr-section { 161 - display: none; 162 - } 163 160 .subtitle-desktop { 164 161 display: none; 165 162 }