mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:36:18 +08:00
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:
parent
9833b59b70
commit
fbc1bc4255
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user