mirror of
https://github.com/kd2org/picodav.git
synced 2024-11-16 08:38:27 +01:00
Fix loading spinner
FossilOrigin-Name: fba721e9fac1f564e6d175ef838249706632aad91fdcc2e23f8bf6f43da2f744
This commit is contained in:
parent
bddfb63098
commit
5728ce7727
1 changed files with 2 additions and 1 deletions
|
@ -1868,7 +1868,7 @@ RewriteRule ^.*$ /index.php [END]
|
|||
}
|
||||
else {
|
||||
fseek($fp, 50022 + 27769, SEEK_SET);
|
||||
echo fread($fp, 6988);
|
||||
echo fread($fp, 7004);
|
||||
}
|
||||
|
||||
fclose($fp);
|
||||
|
@ -3140,6 +3140,7 @@ input[name=rename], input[name=paste_name] {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.loading .bg::after, .spinner span::after {
|
||||
|
|
Loading…
Reference in a new issue