From a13d9da5dfaafdf19e13b110e9cf7254a9dc949e Mon Sep 17 00:00:00 2001 From: janmichek Date: Mon, 24 Feb 2025 09:32:05 +0800 Subject: [PATCH] fix code style --- src/components/MiningStatisticsGrid.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/MiningStatisticsGrid.vue b/src/components/MiningStatisticsGrid.vue index 409b0ae18..86cc122cd 100644 --- a/src/components/MiningStatisticsGrid.vue +++ b/src/components/MiningStatisticsGrid.vue @@ -248,6 +248,7 @@ if (process.client) { &--max-tps { grid-area: 9 / 1 / 10 / 2; + @media (--desktop) { grid-area: 3 / 2 / 4 / 3; } @@ -258,6 +259,7 @@ if (process.client) { /* chart resizing fix*/ grid-area: 10 / 1 / 11 / 2; + @media (--desktop) { grid-area: 1 / 4 / 4 / 5; }