Skip to content

Commit 84c31b7

Browse files
committed
fixed icons
1 parent 1963222 commit 84c31b7

File tree

6 files changed

+6
-44
lines changed

6 files changed

+6
-44
lines changed

src/components/MapBox.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@
12571257
12581258
.toggle-container {
12591259
position: absolute;
1260-
top: 60px;
1260+
top: 68px;
12611261
left: 10px;
12621262
width: 100px;
12631263
z-index: 1001;

src/components/Toggle.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
position: relative;
1717
align-items: center;
1818
}
19-
19+
.button {
20+
height: 40px;
21+
}
2022
.buttons-group-side {
2123
width: 100%;
2224
display: flex;
@@ -79,9 +81,9 @@
7981
toggle_switch();
8082
}}>
8183
{#if $encoding === 'bubble'}
82-
<img src="./assets/imgs/choropleth_icon.svg" alt="" />
84+
<img src="./assets/imgs/choropleth.png" height="31" alt="" />
8385
{:else}
84-
<img src="./assets/imgs/bubble_icon.svg" alt="" />
86+
<img src="./assets/imgs/bubble.png" height="31" alt="" />
8587
{/if}
8688
</button>
8789
</div>

src/static/assets/imgs/bubble.png

23 KB
Loading

src/static/assets/imgs/bubble_icon.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/static/assets/imgs/choropleth.png

45.8 KB
Loading

src/static/assets/imgs/choropleth_icon.svg

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)