feat(webui): standardize discard and table actions

This commit is contained in:
2026-07-21 20:47:54 +02:00
parent bf0729eb59
commit 41ad057f7e
7 changed files with 151 additions and 32 deletions
+9
View File
@@ -686,6 +686,15 @@
place-items: center;
}
.table-action-placeholder {
display: block;
flex: 0 0 36px;
width: 36px;
height: 36px;
visibility: hidden;
pointer-events: none;
}
.data-grid-empty-message {
color: var(--muted);
min-height: 64px;