Advanced search: Match condition value field height to drop-down menus

Addresses #5978
This commit is contained in:
Dan Stillman 2026-06-26 11:32:24 -04:00
parent d4507544af
commit 0e587176e8

View file

@ -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) {