1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Lazy Loading fuse-worker and fixed some potential timing issues

Fixes #4765
Fixes #4766

Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
Qstick
2020-08-15 00:24:03 -04:00
parent 39a1dbf1d1
commit 79a96bb43f
3 changed files with 112 additions and 40 deletions
@@ -4,15 +4,15 @@
}
.loading {
margin-top: 18px;
margin-bottom: 18px;
text-align: center;
position: absolute;
display: inline-block;
margin-left: 5px;
}
.ripple {
composes: ripple from '~Components/Loading/LoadingIndicator.css';
border: 2px solid $toolbarColor;
border: 1px solid $toolbarColor;
}
.input {