Track outbound device traffic deltas
Build and Deploy Gateway / build-and-push (push) Successful in 22s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-13 14:12:12 +03:00
parent 0290784526
commit 0ea2f9d548
12 changed files with 69 additions and 49 deletions
+1
View File
@@ -124,6 +124,7 @@
.client-devices-reset-wrap > .client-tooltip {
right: 0;
left: auto;
white-space: nowrap;
transform: translate(0, 2px);
}
-11
View File
@@ -2,17 +2,6 @@
display: block;
}
.client-server-prompt {
display: block;
margin-bottom: 12px;
color: var(--client-muted);
font: var(--type-label);
letter-spacing: var(--type-label-tracking);
text-transform: var(--type-label-transform);
text-align: center;
animation: client-state-reveal 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.client-server-grid {
display: grid;
grid-template-columns: 1fr;
-1
View File
@@ -385,7 +385,6 @@
from { opacity: 0; }
}
.client-profile-server-hint,
.client-profile-local-status {
min-height: 18px;
margin: 0;