Merge pull request #1 from n0obHere/search-field-text-align

Align search input text field with buttons
This commit is contained in:
n0obHere 2025-02-08 14:09:20 -05:00 committed by GitHub
commit 4d4145f23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2188,6 +2188,7 @@ else { //default: white
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
vertical-align: middle;
}
input[type=text].list-search:focus {