mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 19:02:46 +08:00
UX: More tweaks to compact tag picker (#22859)
Input font size was too small.
This commit is contained in:
parent
4471eabd49
commit
3bee2a41f4
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user