Improved UI for download only mode

Updated API model for DatabaseFile
This commit is contained in:
Isaac Abadi
2022-06-21 21:38:58 -04:00
parent bec158f65d
commit 6d3f5e6c94
5 changed files with 43 additions and 48 deletions

View File

@@ -109,4 +109,13 @@
text-overflow: ellipsis;
max-width: 70%;
margin: 0 auto;
}
.blurred {
filter: blur(2px);
}
.downloading-spinner {
align-self: center;
position: absolute;
}