mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-03-05 16:56:23 +00:00
11 lines
148 B
SCSS
11 lines
148 B
SCSS
.quick-filter {
|
|
min-width: 250px;
|
|
max-height: 400px;
|
|
overflow-y: scroll;
|
|
|
|
.selected-icon {
|
|
min-width: 1em;
|
|
min-height: 1em;
|
|
}
|
|
}
|