From cd9d456bcd6463edc18dc395ada512deb719cf20 Mon Sep 17 00:00:00 2001 From: "DESKTOP-TKLFCPR\\ython" Date: Wed, 3 Jun 2026 20:13:36 +0900 Subject: [PATCH] manual-deploy 2026-06-03 20:13 --- static/index.html | 64 +++++++++++++++++++++++------------------------ static/style.css | 11 +++++++- 2 files changed, 42 insertions(+), 33 deletions(-) diff --git a/static/index.html b/static/index.html index 81fac6f..3583394 100644 --- a/static/index.html +++ b/static/index.html @@ -54,12 +54,12 @@ diff --git a/static/style.css b/static/style.css index bf0f289..dec6d95 100644 --- a/static/style.css +++ b/static/style.css @@ -123,7 +123,16 @@ html, body { border-left: 3px solid var(--accent); padding-left: 9px; } -.nav-icon { font-size: 16px; width: 20px; text-align: center; } +.nav-icon { + font-size: 16px; width: 20px; text-align: center; + display: inline-flex; align-items: center; justify-content: center; + flex-shrink: 0; line-height: 1; +} +.nav-icon svg { + display: block; + color: inherit; + stroke: currentColor; +} /* Footer status */ #sidebar-footer {