Add CSS styling for WiFi client cards

- Add .wifi-client-card styles matching network card layout
- Purple border and subtle background for visual distinction
- Consistent font sizing with network cards

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-08 14:35:17 +00:00
parent 47b5e03bbb
commit 370c46bddb

View File

@@ -2615,6 +2615,22 @@ header p {
font-size: 12px;
}
/* WiFi client cards in device list */
.wifi-client-card {
margin-bottom: 8px;
padding: 10px !important;
border-left-color: var(--accent-purple) !important;
background: rgba(153, 51, 255, 0.05);
}
.wifi-client-card .header {
font-size: 12px;
}
.wifi-client-card .sensor-data {
font-size: 10px;
}
.wifi-network-card .sensor-data {
font-size: 10px;
}