Skip to content

Commit

Permalink
feat: added loading skeleton on redirects page
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 25, 2024
1 parent ed6675c commit 98cee8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/customTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;

Expand Down

0 comments on commit 98cee8e

Please sign in to comment.