From 6939c0782ff1097e80b7294b18de3e9cccb09dbe Mon Sep 17 00:00:00 2001 From: Miguel Vieira Date: Mon, 11 Nov 2024 14:24:56 +0000 Subject: [PATCH] feat(inscription): style the inline maps --- frontend/src/routes/inscription/[slug]/+page.svelte | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/inscription/[slug]/+page.svelte b/frontend/src/routes/inscription/[slug]/+page.svelte index 354ce41222a..ffcfc2502f5 100644 --- a/frontend/src/routes/inscription/[slug]/+page.svelte +++ b/frontend/src/routes/inscription/[slug]/+page.svelte @@ -149,7 +149,9 @@ > -
{metadata.provenanceFound._}
+
@@ -260,10 +262,18 @@ } :global(.map) { + border: var(--border-size-1) solid var(--text-1); + font-family: var(--font-family); height: 300px; width: 100%; } + :global(.maplibregl-popup-content .popup) { + max-height: 200px; + max-width: 200px; + overflow: scroll; + } + @media (max-width: 768px) { div.sections { grid-template-columns: 1fr;