diff --git a/app/views/common/_discourse_splash.html.erb b/app/views/common/_discourse_splash.html.erb index 08b92b65f53..40b1fb1f009 100644 --- a/app/views/common/_discourse_splash.html.erb +++ b/app/views/common/_discourse_splash.html.erb @@ -25,22 +25,25 @@ #d-splash .preloader-text { padding-top: 4em; - position: absolute; - opacity: 0; - animation: fade-in 0.5s ease-in-out; - animation-delay: 2.5s; - animation-fill-mode: forwards; - color: var(--primary); + position: absolute; + opacity: 0; + animation: fade-in 0.5s ease-in-out; + animation-delay: 1.25s; + animation-fill-mode: forwards; + color: var(--primary); } #d-splash .preloader-text:after { animation: loading-text 3s infinite; content: ""; position: absolute; + top: 4em; margin: 0 0.1em; + left: 100%; } .rtl #d-splash .preloader-text:after { + left: 0; right: 100%; } @@ -71,7 +74,7 @@ <%=SiteSetting.title%> diff --git a/public/images/preloader.svg b/public/images/preloader.svg index b4101b4d679..867d619ef60 100644 --- a/public/images/preloader.svg +++ b/public/images/preloader.svg @@ -1,6 +1,9 @@ - + - - - - - + + + + +