Fixed pre animation critical error calls not showing properly

canary
WolverinDEV 2020-08-07 21:45:29 +02:00
parent 39d069ee9a
commit 10340b723b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ $setup-time: 80s / 24; /* 24 frames / sec; the initial sequence is 80 seconds */
} }
/* Automated loader timeout */ /* Automated loader timeout */
#loader-overlay:not(.initialized) + #critical-load { #loader-overlay:not(.initialized) + #critical-load:not(.shown) {
display: block !important; display: block !important;
opacity: 0; opacity: 0;