tangled
alpha
login
or
join now
danabra.mov
/
sidetrail
49
fork
atom
an app to share curated trails
sidetrail.app
atproto
nextjs
react
rsc
49
fork
atom
overview
issues
pulls
pipelines
fix safari columns
danabra.mov
3 months ago
e893400f
f98d74a2
+4
-1
2 changed files
expand all
collapse all
unified
split
app
HomeTrailsList.css
components
Card.css
+1
-1
app/HomeTrailsList.css
···
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
···
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 {