mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: More tweaks to compact tag picker (#22859)
Input font size was too small.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user