From 98cee8e309da2b4ec0d966cbcd6f36ec25cdf145 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 25 Apr 2024 23:27:55 +0000 Subject: [PATCH] feat: added loading skeleton on redirects page --- src/assets/customTheme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/customTheme.css b/src/assets/customTheme.css index 9f1d4ed..c3eb25f 100644 --- a/src/assets/customTheme.css +++ b/src/assets/customTheme.css @@ -220,8 +220,7 @@ textarea.unset-width { .placeholder-chart, .placeholder-chart.gl-animate-skeleton-loader { - /* Maintains same aspect of lineChart in Chart.js */ - aspect-ratio: 3 / 1; + /* Maintains same aspect of lineChart in Chart.js - warning aspect-ratio seems to cause weird bug seen only after compiling all code */ display: flex; width: 100%;