1
0

Fix showing import tasks cta when tasks are loading

This commit is contained in:
kolaente
2021-08-06 19:25:17 +02:00
parent 3ff749976d
commit 5b70f8d5d7
5 changed files with 41 additions and 30 deletions

View File

@ -287,10 +287,6 @@
.user img {
margin: 0;
}
.spinner.is-loading:after {
margin-left: calc(40% - 1rem);
}
}
.defer-task {

View File

@ -25,9 +25,7 @@
width: 2rem;
height: 2rem;
margin-left: calc(50% - 1rem);
position: absolute;
margin-top: 1rem;
z-index: 999;
border-width: 0.25rem;
}
}