From e34838bc1b28046d2f105166574daa69b6f6cc4c Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 25 Dec 2025 17:12:24 -0500 Subject: [PATCH] Adjust topbar height and modal truth rail --- src/styles/mapMarkers.css | 13 +++++++++++-- src/styles/topbar.css | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/styles/mapMarkers.css b/src/styles/mapMarkers.css index 6068ad6..bae947d 100644 --- a/src/styles/mapMarkers.css +++ b/src/styles/mapMarkers.css @@ -60,8 +60,11 @@ box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 16px rgba(56,189,248,0.5) !important; padding: 12px 14px; color: #e5e7eb !important; /* texte blanc clair */ - width: min(92vw, 440px); - height: min(86vh, 640px); + width: min(94vw, 460px) !important; + max-width: 94vw !important; + min-width: 0 !important; + height: min(90vh, 700px) !important; + max-height: 90vh !important; display: flex; flex-direction: column; gap: 8px; @@ -367,6 +370,11 @@ body[data-theme="light"] .sw-chat-bubble::before{ /* Override hidden overflow for centered modal to allow scroll */ .sw-centered-modal .post-card.sw-expanded-shell{ overflow-y: auto !important; + width: min(94vw, 460px) !important; + max-width: 94vw !important; + min-width: 0 !important; + height: min(90vh, 700px) !important; + max-height: 90vh !important; } .sw-template-full-wrap{ @@ -542,6 +550,7 @@ body[data-theme="light"] .sw-chat-bubble::before{ min-width: 16px; height: 180px; min-height: 180px; + margin-left: 3px; display:flex; flex-direction:column; align-items:center; diff --git a/src/styles/topbar.css b/src/styles/topbar.css index 5237078..6d7e678 100644 --- a/src/styles/topbar.css +++ b/src/styles/topbar.css @@ -459,7 +459,7 @@ body[data-theme="light"] .user-avatar{ /* Make right side look like a clean “glass dock” */ .topbar-right{ - padding: .28rem .35rem; + padding: calc(.28rem + 5px) .35rem; border-radius: 999px; background: rgba(2,6,23,.18); border: 1px solid rgba(255,255,255,.14);