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"):
-

🌡️ IPMI Controller

+

IPMI Controller

- - - + + +
-
🖥️
+
IPMI
-
-
⚙️
+
Mode
-
-
🌡️
+
Max Temp
-
-
🌬️
+
Fan Speed
-
-
📊
+
Sensors
-
@@ -512,12 +515,12 @@ def get_html(theme="dark"):
-

🎛️ Quick Controls

+

Quick Controls

- - - - + + + +
@@ -530,7 +533,7 @@ def get_html(theme="dark"):
-

🌡️ Temperatures

+

Temperatures

Loading...
@@ -538,7 +541,7 @@ def get_html(theme="dark"):
-

🌬️ Fans

+

Fans

Loading...
@@ -547,10 +550,10 @@ def get_html(theme="dark"):
- + - +
@@ -683,7 +686,7 @@ def get_html(theme="dark"):