mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Advanced search: Match condition value field height to drop-down menus
Addresses #5978
This commit is contained in:
parent
d4507544af
commit
0e587176e8
1 changed files with 6 additions and 0 deletions
|
|
@ -308,6 +308,12 @@ zoterosearch {
|
|||
#search-textbox {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
// Match the drop-down menus' height and drop the native search input's extra left margin,
|
||||
// so the row doesn't grow or shift (and the gap stays even) when switching between a text
|
||||
// field and a drop-down menu
|
||||
height: 22px;
|
||||
box-sizing: border-box;
|
||||
margin-inline: 0;
|
||||
}
|
||||
|
||||
#valuemenu::part(icon) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue