mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Remove non-needed div in favor of ms-auto
This commit is contained in:
parent
e9163176b4
commit
8b56ac8127
|
@ -32,15 +32,14 @@
|
|||
:stake-currency="botStore.activeBot.stakeCurrency"
|
||||
/>
|
||||
</div>
|
||||
<div class="d-flex flex-fill justify-content-end">
|
||||
<b-button
|
||||
size="sm"
|
||||
variant="secondary-outline"
|
||||
@click="ordersVisible[i] = !ordersVisible[i]"
|
||||
><i-mdi-chevron-right v-if="!ordersVisible[i]" width="24" height="24" />
|
||||
<i-mdi-chevron-down v-if="ordersVisible[i]" width="24" height="24" />
|
||||
</b-button>
|
||||
</div>
|
||||
<b-button
|
||||
size="sm"
|
||||
class="ms-auto"
|
||||
variant="secondary-outline"
|
||||
@click="ordersVisible[i] = !ordersVisible[i]"
|
||||
><i-mdi-chevron-right v-if="!ordersVisible[i]" width="24" height="24" />
|
||||
<i-mdi-chevron-down v-if="ordersVisible[i]" width="24" height="24" />
|
||||
</b-button>
|
||||
</div>
|
||||
<b-collapse v-model="ordersVisible[i]">
|
||||
<ul class="px-3 m-0">
|
||||
|
|
Loading…
Reference in New Issue
Block a user