Improve layout of small buttons

This commit is contained in:
Matthias 2020-11-20 06:48:18 +01:00
parent cbf1981839
commit b316f8550d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 },