From 9cf812eef114c6d5c3e954faa04670b8eaa3d4f2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 3 Sep 2020 07:17:00 +0200 Subject: [PATCH] Simplify KPI layout by removing unneeded div --- src/views/Dashboard.vue | 70 +++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 37 deletions(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index b0935217..93e2e1eb 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -17,43 +17,39 @@ drag-allow-from=".drag-header" > -
- - - - {{ openTrades.length }} / - {{ profit.trade_count }} - - - - - {{ profit.winning_trades }} / - {{ profit.losing_trades }} - - - - {{ profit.latest_trade_date }} - - -
-
- - - {{ profit.best_pair }} - - - {{ formatPrice(balance.total) }} {{ dailyStats.stake_currency }} - - - {{ formatPrice(profit.profit_closed_fiat) }} - {{ dailyStats.fiat_display_currency }} - - -
+ + + + {{ openTrades.length }} / + {{ profit.trade_count }} + + + + + {{ profit.winning_trades }} / + {{ profit.losing_trades }} + + + + {{ profit.latest_trade_date }} + + + + + {{ profit.best_pair }} + + + {{ formatPrice(balance.total) }} {{ dailyStats.stake_currency }} + + + {{ formatPrice(profit.profit_closed_fiat) }} + {{ dailyStats.fiat_display_currency }} + +