Fix typeahead font size

pull/5138/head
Chocobozzz 2022-07-15 09:33:41 +02:00
parent 2939925639
commit 4fdc735020
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ li.suggestion {
}
#typeahead-container {
font-size: 14px;
input {
border: 1px solid pvar(--mainBackgroundColor) !important;
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 20px 0;