Compare commits
3 Commits
f809f9171b
...
a717e122f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a717e122f0 | ||
|
|
732390425f | ||
|
|
a1694668d9 |
@@ -230,7 +230,7 @@ function ParkRow({
|
||||
}}>
|
||||
<div style={{ minWidth: 0, flex: 1 }}>
|
||||
<div style={{ display: "flex", alignItems: "center", gap: 6, minWidth: 0 }}>
|
||||
<span style={{ fontWeight: 500, fontSize: "clamp(0.68rem, 1.1vw, 0.85rem)", lineHeight: 1.2, color: "var(--color-text)" }}>
|
||||
<span style={{ fontWeight: 500, fontSize: "clamp(0.68rem, 1.1vw, 0.85rem)", lineHeight: 1.2, color: "var(--color-text)", flex: 1, minWidth: 0 }}>
|
||||
{park.name}
|
||||
</span>
|
||||
{rideCounts?.[park.id] !== undefined && (
|
||||
|
||||
Reference in New Issue
Block a user