feat: improve admin user filters
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user