Skip to content

Commit

Permalink
fix: Adapt for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
haymond-ZK committed Apr 26, 2024
1 parent 4fed64d commit 35e0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/token/TokenSelectModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<MagnifyingGlassIcon aria-hidden="true" />
</template>
</CommonInputSearch>
<div class="-mx-block-padding-1/2 h-[18rem] overflow-auto px-block-padding-1/2">
<div class="-mx-block-padding-1/2 md:h-[18rem] h-[15rem] overflow-auto px-block-padding-1/2">
<template v-if="loading">
<div class="-mx-block-padding-1/2">
<TokenBalanceLoader v-for="index in 2" variant="light" :key="index" />
Expand Down

0 comments on commit 35e0dfa

Please sign in to comment.