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 {