mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Improve layout of small buttons
This commit is contained in:
parent
cbf1981839
commit
b316f8550d
|
@ -5,7 +5,7 @@
|
|||
|
||||
<b-form-checkbox
|
||||
v-model="autoRefreshLoc"
|
||||
class="ml-auto float-right mr-2"
|
||||
class="ml-auto float-right mr-2 my-auto"
|
||||
title="AutoRefresh"
|
||||
switch
|
||||
>AutoRefresh</b-form-checkbox
|
||||
|
|
|
@ -36,7 +36,7 @@ export enum LayoutMutations {
|
|||
|
||||
// Define default layouts
|
||||
const DEFAULT_TRADING_LAYOUT: GridItemData[] = [
|
||||
{ i: TradeLayout.botControls, x: 0, y: 0, w: 4, h: 4 },
|
||||
{ i: TradeLayout.botControls, x: 0, y: 0, w: 3, h: 4 },
|
||||
{ i: TradeLayout.multiPane, x: 0, y: 0, w: 4, h: 7 },
|
||||
{ i: TradeLayout.chartView, x: 4, y: 0, w: 8, h: 11 },
|
||||
{ i: TradeLayout.tradeDetail, x: 0, y: 11, w: 5, h: 6 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user