Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrelsford committed Jun 6, 2022
1 parent ecc9d3c commit 33a005a
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 219 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

## 0.7.1

- Build package
- Add LICENSE

## 0.7.0
Expand Down
36 changes: 18 additions & 18 deletions dist/bundle.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
html,
body {
position: relative;
Expand Down Expand Up @@ -82,6 +67,21 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
.map-controls.svelte-v9dmm4 {
background: white;
border-bottom: 1px solid #eee;
Expand Down Expand Up @@ -311,9 +311,6 @@ button.svelte-d9bm20 {
padding: 0;
margin: 0;
}
.map.svelte-16c2pp7 {
height: 100%;
}
.map.svelte-18031t1 {
height: 100%;
}
Expand Down Expand Up @@ -345,6 +342,9 @@ button.svelte-d9bm20 {
.popup-property-value {
float: right;
}
.map.svelte-16c2pp7 {
height: 100%;
}
.map-label.svelte-qshjp8 {
background: white;
box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
Expand Down
Loading

0 comments on commit 33a005a

Please sign in to comment.