From 114b5f2f1483021d2b2a92eb26f9902218792cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=B9?= <> Date: Fri, 13 Dec 2024 17:43:19 +0800 Subject: [PATCH] 1 --- static/html/index-map.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/static/html/index-map.html b/static/html/index-map.html index 714364f..163a7b9 100644 --- a/static/html/index-map.html +++ b/static/html/index-map.html @@ -14,9 +14,8 @@
@@ -828,7 +827,20 @@ height: 64px; display: flex; align-items: center; - justify-content: space-between; + } + .nav-bar>div { + font-size: 0.84375rem; + min-width: 60px; + } + + .nav-bar>div:nth-child(2) { + text-align: center; + font-size: 1.125rem; + flex: 1 1 0%; + } + + nav-bar>div:last-child { + text-align: right; } .search-box {