ui: add floor number search to memory browser (task + graph tabs)

This commit is contained in:
Youzini-afk
2026-04-13 00:11:21 +08:00
parent 572ba2d3eb
commit aed3154a52
2 changed files with 64 additions and 0 deletions

View File

@@ -1257,6 +1257,12 @@
flex: 0 0 auto;
}
.bme-memory-list-filters .bme-floor-input {
max-width: 120px;
flex: 0 0 auto;
font-variant-numeric: tabular-nums;
}
.bme-memory-list-scroll {
flex: 1;
overflow-y: auto;