Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Dec 20, 2023
1 parent 1274601 commit d418b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
</b-form-checkbox>
</div>

<div v-if="!settings.searchCoinbase" class="mt-0 pr-1" style="max-width: 20.0rem;">
<b-form-input type="text" size="sm" v-model.trim="settings.searchAccounts" @change="saveSettings" debounce="600" v-b-popover.hover.top="'Search by list of accounts'" placeholder="0x12...34 0x23...45"></b-form-input>
<div v-if="!settings.searchCoinbase" class="mt-0 pr-1" style="max-width: 30.0rem;">
<b-form-input type="text" size="sm" v-model.trim="settings.searchAccounts" @change="saveSettings" debounce="600" v-b-popover.hover.top="'Search by list of owner addresses, space separated'" placeholder="0x12...34 0x23...45"></b-form-input>
</div>

<div v-if="settings.tabIndex == 0" class="mt-1 pr-1">
Expand Down

0 comments on commit d418b33

Please sign in to comment.