This commit is contained in:
2026-03-08 00:46:30 +01:00
parent 284dd88df0
commit 40362296ee
3 changed files with 144 additions and 48 deletions

View File

@@ -155,6 +155,18 @@
}
.action-menu-panel form { margin: 0; }
.host-unsaved {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 10px 12px;
border: 1px solid #f3c3b8;
background: #fff5f3;
color: #7a2114;
border-radius: 12px;
}
.command-list {
list-style: none;
padding: 0;