UX: Prevent overlap between splash loader and splash text on some browsers take 2 (#17341)

Same as #17340

context: https://meta.discourse.org/t/show-a-loader-starting-page-for-slow-connections/42981/23?u=johani

No visual changes, just a fix for more situations where the overlap happens.
This commit is contained in:
Joe 2022-07-06 00:35:55 +08:00 committed by GitHub
parent 9833b59b70
commit fbc1bc4255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,6 @@
backface-visibility: hidden;
background: var(--secondary);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 1001;
--animation-state: paused;
@ -32,10 +29,7 @@
animation-fill-mode: forwards;
animation-play-state: var(--animation-state);
color: var(--primary);
}
#d-splash .preloader-text {
padding-top: 4em;
margin-bottom: -4em;
}
#d-splash .preloader-text:after {