Skip to content

Commit d10a3f7

Browse files
committed
Map card: drop border-radius to 12px so it matches the chip row
1 parent b90f3d4 commit d10a3f7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/css/custom.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ a {
712712
background:
713713
linear-gradient(180deg, color-mix(in srgb, var(--ifm-color-primary) 4%, var(--tracker-surface)) 0%, var(--tracker-surface) 60%);
714714
border: var(--tracker-border);
715-
border-radius: 22px;
715+
border-radius: 12px;
716716
box-shadow: var(--tracker-shadow-lg);
717717
overflow: hidden;
718718
isolation: isolate;
@@ -2154,10 +2154,8 @@ body.is-embed [class*='mainWrapper'] {
21542154
}
21552155
.embed-root .status-chiprow {
21562156
margin: 0;
2157-
/* Echo the map card's rounded silhouette but with a tighter radius so the
2158-
corner chips' text and dots stay clear of the curve (the map card itself
2159-
uses 22px, but its inner content is far from the edge; the chip row
2160-
packs content right to the corner). */
2157+
/* Match the map card's 12px corner radius so the chip row and the map
2158+
card share the same rounded silhouette. */
21612159
border-radius: 12px;
21622160
}
21632161
.embed-map-wrap {

0 commit comments

Comments
 (0)