feat: improve admin user filters

This commit is contained in:
3252a8
2026-06-01 18:04:08 +03:00
parent 88d99fb578
commit 7d3178bd48
5 changed files with 335 additions and 2 deletions
+8
View File
@@ -4045,6 +4045,7 @@
.admin-select-content {
z-index: 90;
min-width: var(--bits-select-anchor-width);
max-width: calc(100vw - 24px);
max-height: var(--bits-select-content-available-height, 320px);
overflow: hidden;
border: 1px solid var(--admin-border);
@@ -4098,6 +4099,13 @@
user-select: none;
}
.admin-select-item span {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.admin-select-item[data-highlighted],
.admin-select-item:hover {
background: var(--admin-surface-2);