Fix device name and edit control layout
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-07 21:47:00 +03:00
parent d32bc14108
commit 4c9822539d
4 changed files with 13 additions and 13 deletions
+5 -7
View File
@@ -949,10 +949,6 @@ p {
padding: 11px 0 0;
}
.client-device-main:has(.client-device-edit-wrap) {
padding-right: 27px;
}
.client-device-main > h3 {
height: 23px;
flex: 1 1 auto;
@@ -968,6 +964,10 @@ p {
white-space: nowrap;
}
.client-device-main > h3.is-address-only {
flex: 0 1 auto;
}
.client-device-alias-trigger,
.client-device-ip {
min-width: 0;
@@ -1044,9 +1044,7 @@ p {
}
.client-device-edit-wrap {
position: absolute;
right: 0;
bottom: 0;
flex: 0 0 23px;
width: 23px;
height: 23px;
opacity: 0.34;