UX: More tweaks to compact tag picker (#22859)

Input font size was too small.
This commit is contained in:
Penar Musaraj 2023-07-28 12:11:24 -04:00 committed by GitHub
parent 4471eabd49
commit 3bee2a41f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,11 +59,11 @@
.select-kit-header--filter {
display: flex;
flex-wrap: wrap;
margin: -0.25em;
margin-bottom: -0.45em;
margin: -0.35em;
margin-left: -0.25em;
position: relative;
.selected-choice {
margin: 0 0.25em 0.25em 0;
margin: 0.125em 0.25em 0.125em 0;
padding: 0.2em 0.3em;
font-size: var(--font-down-1);
@ -83,9 +83,7 @@
padding: 0;
}
.filter-input {
font-size: var(--font-down-1);
min-height: auto;
margin-top: -2px; // better vertical alignment
}
}
}