an app to share curated trails sidetrail.app
atproto nextjs react rsc

fix safari columns

+4 -1
+1 -1
app/HomeTrailsList.css
··· 9 9 10 10 .HomeTrailsList-grid > * { 11 11 break-inside: avoid; 12 - margin-bottom: 1.5rem; 12 + padding-bottom: 1.5rem; 13 13 } 14 14 15 15 @media (max-width: 768px) {
+3
components/Card.css
··· 2 2 display: block; 3 3 text-decoration: none; 4 4 color: inherit; 5 + will-change: opacity; 5 6 } 6 7 7 8 .Card-bg { ··· 12 13 isolation: isolate; 13 14 transform: translateY(0); 14 15 will-change: transform; 16 + display: inline-block; 17 + width: 100%; 15 18 } 16 19 17 20 .Card-bg::before {