harden web terminal ui states

This commit is contained in:
dirtydishes 2026-05-29 18:06:18 -04:00
parent 6d11abc660
commit 5538f3faa1
5 changed files with 461 additions and 72 deletions

View file

@ -1675,6 +1675,7 @@ h3 {
text-overflow: ellipsis;
white-space: nowrap;
font-size: 0.72rem;
unicode-bidi: plaintext;
}
.data-table-cell-number {
@ -2010,11 +2011,16 @@ h3 {
}
.empty {
display: flex;
align-items: center;
min-height: 76px;
padding: 18px;
border-radius: 12px;
border: 1px dashed var(--border);
background: var(--bg-soft);
color: var(--text-dim);
line-height: 1.4;
overflow-wrap: anywhere;
}
.drawer {