Default new devices to Direct routing
Build and Deploy Gateway / build-and-push (push) Successful in 24s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-31 01:07:59 +03:00
parent f977874da6
commit 7e15cc199f
11 changed files with 276 additions and 22 deletions
+25
View File
@@ -421,6 +421,31 @@
flex: 0 1 auto;
}
.client-device-new-badge {
height: 14px;
box-sizing: border-box;
display: inline-flex;
flex: 0 0 auto;
align-items: center;
padding: 0 4px;
border: 1px solid color-mix(in oklch, var(--client-accent) 48%, transparent);
border-radius: 999px;
background: var(--client-accent-soft);
color: var(--client-accent);
font: var(--type-micro);
letter-spacing: var(--type-micro-tracking);
text-transform: var(--type-micro-transform);
}
.client-device-new-a11y {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
}
.client-device-identity-details {
position: absolute;
top: 100%;