mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
Fix & increase offset of loading indicator
This commit is contained in:
parent
74ad27d5fb
commit
bf1cc47525
@ -368,12 +368,15 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transform: translateY(-5rem);
|
|
||||||
animation: loadingContainerEntrance 200ms backwards;
|
animation: loadingContainerEntrance 200ms backwards;
|
||||||
animation-delay: 150ms;
|
animation-delay: 150ms;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-loading-container > .loading-icon {
|
||||||
|
translate: 0 -250%;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes loadingContainerEntrance {
|
@keyframes loadingContainerEntrance {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user