mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 15:56:04 +00:00
v2.5.0: harden admin key and traffic flows
This commit is contained in:
@@ -360,7 +360,12 @@ h2 {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.port-map-head span {
|
||||
.port-badge {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.port-badge span {
|
||||
display: inline-grid;
|
||||
place-items: center;
|
||||
width: 54px;
|
||||
@@ -372,6 +377,13 @@ h2 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.port-badge small {
|
||||
color: var(--muted);
|
||||
font-size: 11px;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.port-status {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
@@ -1163,6 +1175,7 @@ td small {
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
justify-content: stretch;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user