This commit is contained in:
2026-03-08 02:03:36 +01:00
parent 985826a896
commit 0b53d7756e
3 changed files with 103 additions and 21 deletions

View File

@@ -86,6 +86,8 @@
display: grid;
grid-template-rows: 120px 1fr;
box-shadow: var(--shadow);
position: relative;
z-index: 1;
}
.host-card-image {
background: linear-gradient(135deg, #2b3a67 0%, #3b2f5c 45%, #1c2b3f 100%);
@@ -150,7 +152,7 @@
min-width: 160px;
display: grid;
gap: 4px;
z-index: 30;
z-index: 200;
box-shadow: var(--shadow);
}
.action-menu-panel form { margin: 0; }