Skip to content

Commit f964892

Browse files
committed
Update popup style, change slider name
1 parent a546ad9 commit f964892

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

web-vite/src/app/cartoslider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function CartoSlider(props: CartoSliderProps) {
1919
return (
2020
<section class="carto__slider--wrapper">
2121
<div class="carto__slider--heading">
22-
<h4>Changeset Animation</h4>
22+
<h4>Change Timeline</h4>
2323
</div>
2424
<div class="carto__slider">
2525
<div class="carto__slider--tools">

web-vite/src/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ body {
8787
display: flex;
8888
flex-flow: column nowrap;
8989
padding: 1rem;
90+
padding-bottom: 2rem;
9091
}
9192
#map {
9293
min-height: 480px;
9394
max-height: 100%;
9495
}
9596
.maplibregl-popup-content {
97+
color: var(--base);
9698
padding: 1.25rem;
9799
border-radius: 0.25rem;
98100
box-shadow: 0 0 1rem 0 rgba(50,50,50,.125);
@@ -302,7 +304,7 @@ li.bar-chart__bar {
302304
.carto__slider--wrapper {
303305
display: flex;
304306
flex-flow: column nowrap;
305-
padding: 1rem;
307+
padding-bottom: 1rem;
306308
}
307309
.carto #map {
308310
flex: 8;

0 commit comments

Comments
 (0)