mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 12:35:15 +00:00
Fix some more alignments
This commit is contained in:
parent
a3692d7339
commit
7bfe209775
|
@ -2,7 +2,7 @@
|
|||
<div class="d-flex align-items-center ms-2">
|
||||
<b-form-checkbox
|
||||
v-model="autoRefreshLoc"
|
||||
class="ms-auto float-end my-auto"
|
||||
class="ms-auto float-end my-auto mt-1"
|
||||
title="AutoRefresh"
|
||||
></b-form-checkbox>
|
||||
<b-button
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<footer class="d-md-none">
|
||||
<!-- Only visible on xs (phone) viewport! -->
|
||||
<hr class="my-0" />
|
||||
<div class="d-flex flex-align-center justify-content-center">
|
||||
<div class="d-flex flex-align-center justify-content-between px-2">
|
||||
<router-link v-if="!botStore.canRunBacktest" class="nav-link navbar-nav" to="/open_trades">
|
||||
<OpenTradesIcon />
|
||||
Trades
|
||||
|
|
Loading…
Reference in New Issue
Block a user