Add internal/external IP display bar to Hub

This commit is contained in:
2026-03-31 17:28:56 -05:00
parent 0590c706e5
commit 209ad0010e
2 changed files with 176 additions and 9 deletions

View File

@@ -21,4 +21,14 @@
color: #e01b24;
font-size: 1.2em;
font-weight: bold;
}
.ip-bar {
padding: 8px 16px;
border-radius: 8px;
background: alpha(@card_bg_color, 0.5);
}
.ip-value {
font-family: monospace;
font-weight: bold;
color: @accent_color;
}