From 5b9e77c8fcf89c85f845305bb749173b6c9f9c7b Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 30 Jun 2022 19:33:39 +0200 Subject: [PATCH] =?UTF-8?q?Poprawiono=20kart=C4=99=20ze=20statystykami=20d?= =?UTF-8?q?y=C5=BCurnego?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.scss | 10 +- .../JournalView/DispatcherStats.vue | 187 ++++++++++++------ .../JournalView/JournalDispatchers.vue | 14 +- src/styles/JournalSection.scss | 2 +- src/styles/global.scss | 6 +- src/views/JournalView.vue | 74 +------ 6 files changed, 139 insertions(+), 154 deletions(-) diff --git a/src/App.scss b/src/App.scss index 67a4240..93e6ece 100644 --- a/src/App.scss +++ b/src/App.scss @@ -31,9 +31,8 @@ background: $bgCol; color: white; - overflow: hidden; - font-size: 1rem; + overflow-y: scroll; @include smallScreen() { font-size: calc(0.4rem + 1.4vw); @@ -44,9 +43,8 @@ .app_container { display: flex; flex-flow: column; - - min-width: 0; - min-height: 100vh; + height: 100vh; + min-height: 800px; header { flex: 0 0 auto; @@ -97,7 +95,7 @@ &_body { max-width: 21em; } - + &_container { display: flex; justify-content: center; diff --git a/src/components/JournalView/DispatcherStats.vue b/src/components/JournalView/DispatcherStats.vue index 0075d3d..a2fb70f 100644 --- a/src/components/JournalView/DispatcherStats.vue +++ b/src/components/JournalView/DispatcherStats.vue @@ -1,46 +1,45 @@