Fix height of tag select box in responsive ebook search form

This commit is contained in:
Alex Cabal 2025-04-09 14:32:23 -05:00
parent 48818ef928
commit fbfd4321e4

View file

@ -3540,7 +3540,7 @@ a.patron-selection:any-link:hover{
} }
form[action="/ebooks"] label.tags select{ form[action="/ebooks"] label.tags select{
height: calc(1rem + 1.4rem + 1rem + 2px); /* Size equal to a select boxes */ height: calc(1rem + 1.4rem + 1rem - 2px); /* Size equal to a select boxes */
} }
form[action="/ebooks"] label:has(input[type="search"]){ form[action="/ebooks"] label:has(input[type="search"]){