Merge pull request #2925 from crazyserver/MOBILE-3843

MOBILE-3843 search-box: Make text box bigger
main
Dani Palou 2021-08-27 07:06:22 +02:00 committed by GitHub
commit 9c9b1b081c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,8 @@
}
ion-button.button {
margin-left: unset;
margin-inline-start: 10px;
margin-left: 0;
margin-right: 0;
}
.core-search-history {
@ -34,5 +34,7 @@
ion-input {
--padding-start: 0;
--padding-end: 0;
padding-left: 0;
padding-right: 0;
}
}