Fix font sizes in search bar being incorrect (#190)

This commit is contained in:
Butter Cat 2024-07-24 19:56:06 -04:00 committed by GitHub
parent 4205959ade
commit 21fd34710c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -667,6 +667,8 @@ select {
cursor: pointer;
}
#searchbox > * { font-size: 15px; }
select,
#search {
border: none;