From 7957105bceca141ae0da38cb85bf83489d6734eb Mon Sep 17 00:00:00 2001 From: regeter <2320305+regeter@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:54:03 -0800 Subject: [PATCH] fix: css fix for Polyline button, fix height and font and make it flush. --- src/global.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/global.css b/src/global.css index 4683bfca..c0b636ed 100644 --- a/src/global.css +++ b/src/global.css @@ -87,16 +87,21 @@ /* Map and button styles */ .map-button { - padding: 8px 12px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + padding: 0 17px; border: none; background: white; cursor: pointer; border-radius: 2px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - margin: 10px 10px 10px -5px; + box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3); + margin: 10px 10px 10px -10px; font-family: Roboto, Arial, sans-serif; font-size: 18px; - color: #666; + font-weight: 400; + color: rgb(86, 86, 86); } .inner-button {