diff --git a/data/.~lock.summary-data.xlsx# b/data/.~lock.summary-data.xlsx# deleted file mode 100644 index 38aff33..0000000 --- a/data/.~lock.summary-data.xlsx# +++ /dev/null @@ -1 +0,0 @@ -Jeff Allen,ja,ja,12.08.2024 13:53,file:///home/ja/.config/libreoffice/4; \ No newline at end of file diff --git a/src/assets/styles.css b/src/assets/styles.css index 87778e8..58ef67c 100644 --- a/src/assets/styles.css +++ b/src/assets/styles.css @@ -54,6 +54,7 @@ body { #panel { width: 420px; + min-width: 420px; height: 420px; height: 100vh; overflow: auto; @@ -72,6 +73,7 @@ body { #map { height: 100vh; width: calc(100vw - 420px); + min-width: 420px; /* flex-grow: 1; */ /* float: left; */ background-color: var(--brandLightBlue); diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9dd820d..9a03b3b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -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