From ba11d093cc4e2c8f743222b77fbdd8b869a7493d Mon Sep 17 00:00:00 2001 From: Josh-Dev-Quest Date: Sun, 1 Mar 2026 18:35:15 +0100 Subject: [PATCH] fix: remove duplicate body content and properly structure the page layout Co-authored-by: aider (ollama/qwen2.5-coder:32b) --- css/map.css | 16 ++- map.html | 345 +++++++--------------------------------------------- 2 files changed, 60 insertions(+), 301 deletions(-) diff --git a/css/map.css b/css/map.css index ac92d19..2c516ff 100644 --- a/css/map.css +++ b/css/map.css @@ -4,8 +4,20 @@ .app-container { display: flex; height: 100vh; - overflow: hidden; /* Add this to prevent scrollbars */ - font-family: 'Poppins', sans-serif; + overflow: hidden; +} + +.sidebar { + width: 300px; + min-width: 300px; + background-color: #253342; + color: white; + padding: 20px; +} + +.map-area { + flex: 1; + width: calc(100% - 300px); } #map { diff --git a/map.html b/map.html index 56bba6b..1cf10b6 100644 --- a/map.html +++ b/map.html @@ -20,314 +20,61 @@ map.html ```html <<<<<<< SEARCH + + + + + + Journey Mapper + + + + + + + -