Skip to content

Commit

Permalink
Fix mobile layout for batch send with confusable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Jan 25, 2024
1 parent e435b88 commit be16542
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/src/pages/AccountSend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@
lazy-rules
:rules="(value: string) => isValidId(value, index)"
/>

<div class="warning-container" v-if="batchSends[index].warning">
{{ batchSends[index].warning }}
</div>
<!-- Token -->
<div>{{ $t('Send.select-token') }}</div>

Expand Down Expand Up @@ -346,10 +348,6 @@
/>
</q-card-section>
<q-separator />
<div class="warning-container" style="width: 50%; margin-left: 23%" v-if="batchSends[index].warning">
<br />
{{ batchSends[index].warning }}
</div>
</q-card>
</div>
</div>
Expand Down

0 comments on commit be16542

Please sign in to comment.