From ea1e8a520d43692965047579830ce6c9ca666705 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 10 Nov 2023 16:49:18 -0500 Subject: [PATCH] Lower the positions of switch buttons --- app/src/frontend/map/map-button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/map/map-button.css b/app/src/frontend/map/map-button.css index 277c49a7..e032c034 100644 --- a/app/src/frontend/map/map-button.css +++ b/app/src/frontend/map/map-button.css @@ -73,14 +73,14 @@ } .theme-switcher { - top: 77px; + top: 100px; } .theme-switcher .btn { min-width: 340px; } .data-switcher { - top: 117px; + top: 140px; } .data-switcher .btn { min-width: 340px;