diff --git a/web_server.py b/web_server.py index 1103f9c..7450029 100644 --- a/web_server.py +++ b/web_server.py @@ -276,7 +276,10 @@ def get_html(theme="dark"): transition: all 0.2s; }} .status-item:hover {{ transform: translateY(-2px); }} - .status-item .icon {{ font-size: 1.5rem; margin-bottom: 5px; }} + .status-item .icon {{ width: 32px; height: 32px; margin: 0 auto 8px; }} + .status-item .icon svg {{ width: 100%; height: 100%; }} + .icon-svg {{ width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-right: 6px; }} + .icon-svg svg {{ width: 100%; height: 100%; fill: currentColor; }} .status-item .label {{ font-size: 0.75rem; color: var(--text-secondary); margin-bottom: 3px; }} .status-item .value {{ font-size: 1.1rem; font-weight: bold; }} .status-item .value.good {{ color: var(--accent-success); }} @@ -473,37 +476,37 @@ def get_html(theme="dark"):