Adjust preloading intervals

pull/1440/head
tobspr 2 years ago
parent cc068d8245
commit aae4395111

@ -147,7 +147,7 @@ body {
width: 98%; width: 98%;
background: #fff; background: #fff;
display: inline-flex; display: inline-flex;
animation: LL_LoadingAnimation 40s ease-in-out infinite; animation: LL_LoadingAnimation 60s ease-in-out infinite;
position: relative; position: relative;
z-index: 10; z-index: 10;
} }
@ -182,7 +182,7 @@ body {
margin-top: 20px; margin-top: 20px;
display: block; display: block;
font-size: 16px; font-size: 16px;
animation: ShowStandaloneBannerAfterDelay 20s linear; animation: ShowStandaloneBannerAfterDelay 30s linear;
} }
#ll_standalone a { #ll_standalone a {

Loading…
Cancel
Save