Add internal/external IP display bar to Hub
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user