Skip to content

Commit

Permalink
trying to fix mobile width issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaps committed Aug 13, 2024
1 parent 1750f77 commit efd18d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/.~lock.summary-data.xlsx#

This file was deleted.

2 changes: 2 additions & 0 deletions src/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ body {

#panel {
width: 420px;
min-width: 420px;
height: 420px;
height: 100vh;
overflow: auto;
Expand All @@ -72,6 +73,7 @@ body {
#map {
height: 100vh;
width: calc(100vw - 420px);
min-width: 420px;
/* flex-grow: 1; */
/* float: left; */
background-color: var(--brandLightBlue);
Expand Down
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -872,10 +872,11 @@ onMount(() => {
clearable={false}
showChevron={true}
listAutoWidth={false}
searchable={false}
listOffset = 10
on:input={layerSelect}
--margin = 16px
--width=387.52px
--width=380px
--background="white"
--selected-item-color= var(--brandBlack)
--height=22px
Expand Down

0 comments on commit efd18d5

Please sign in to comment.