mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Merge pull request 'fix: search bar appearance on iOS' (#9879) from naskya/calckey:fix/search-bar-on-iOS into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9879
This commit is contained in:
commit
4cb4471fd2
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ const search = () => {
|
|||
font-size: 16px;
|
||||
border: solid 1px var(--divider);
|
||||
border-radius: 4px 0 0 4px;
|
||||
-webkit-appearance: textfield;
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 4px 0 0 4px;
|
||||
}
|
||||
|
||||
> button {
|
||||
|
|
Loading…
Reference in a new issue