From 138dc1e87f7186301149e3b60a7494ec3daec591 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Wed, 24 Jun 2020 14:15:14 +0300 Subject: [PATCH] More compact view --- src/DashboardView/VillageStateList.vue | 29 ++++---------------- src/DashboardView/VillageStateStatusLine.vue | 16 +++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/src/DashboardView/VillageStateList.vue b/src/DashboardView/VillageStateList.vue index 8d91be3..50b11e2 100644 --- a/src/DashboardView/VillageStateList.vue +++ b/src/DashboardView/VillageStateList.vue @@ -95,19 +95,7 @@ - - - Казармы - Конюшни - Войска - - - - + @@ -117,7 +105,7 @@ @@ -47,5 +62,6 @@ export default { } .status-line { @extend %right; + @extend %small-cell; }