mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix: ios input zoom
This commit is contained in:
parent
06d3815cd3
commit
a3cb839f2d
1 changed files with 2 additions and 4 deletions
|
@ -97,10 +97,9 @@ function addOption() {
|
||||||
</HeadlessComboboxLabel>
|
</HeadlessComboboxLabel>
|
||||||
<div class="relative font-700 mt-2 bg-app-black">
|
<div class="relative font-700 mt-2 bg-app-black">
|
||||||
<HeadlessComboboxButton
|
<HeadlessComboboxButton
|
||||||
|
|
||||||
as="div"
|
as="div"
|
||||||
class="relative w-full cursor-pointer p-8px text-left border-2px text-app-white bg-black sm:text-sm sm:leading-6"
|
class="relative w-full cursor-pointer p-8px text-left border-2px text-app-white bg-black sm:text-sm sm:leading-6"
|
||||||
:class="error ? 'border-app-danger/50' : 'border-white/30'"
|
:class="error ? 'border-app-danger/50' : 'border-white/30 aria-expanded:border-white'"
|
||||||
>
|
>
|
||||||
<div class="flex flex-wrap gap-8px">
|
<div class="flex flex-wrap gap-8px">
|
||||||
<span
|
<span
|
||||||
|
@ -123,8 +122,7 @@ function addOption() {
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
<HeadlessComboboxInput
|
<HeadlessComboboxInput
|
||||||
class="text-14px font-400 leading-20px ml-8px w-fit bg-transparent border-none focus:ring-0 focus:outline-none"
|
class="text-14px lg:focus:text-14px focus:text-16px font-400 leading-20px ml-8px w-fit bg-transparent border-none focus:ring-0 focus:outline-none"
|
||||||
lg="16px"
|
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
@keyup.enter="addOption"
|
@keyup.enter="addOption"
|
||||||
@change="query = $event.target.value"
|
@change="query = $event.target.value"
|
||||||
|
|
Loading…
Reference in a new issue