alpha
Login
or
Join now
danabra.mov
/
sidetrail
Star
1
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
an app to share curated trails
sidetrail.app
Star
1
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix safari columns
author
Dan Abramov
date
6 months ago
(Dec 8, 2025, 10:44 PM +0900)
commit
e893400f
e893400fc13a791ca9402c789ed8167fa3832a17
parent
f98d74a2
f98d74a25195c51b9764d9c1335b3dadf83e3a2c
+4
-1
2 changed files
Expand all
Collapse all
Unified
Split
app
HomeTrailsList.css
components
Card.css
+1
-1
app/HomeTrailsList.css
Reviewed
···
9
9
10
10
.HomeTrailsList-grid > * {
11
11
break-inside: avoid;
12
12
-
margin-bottom: 1.5rem;
12
12
+
padding-bottom: 1.5rem;
13
13
}
14
14
15
15
@media (max-width: 768px) {
+3
components/Card.css
Reviewed
···
2
2
display: block;
3
3
text-decoration: none;
4
4
color: inherit;
5
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
16
+
display: inline-block;
17
17
+
width: 100%;
15
18
}
16
19
17
20
.Card-bg::before {