feat(web): introduce lazy loading file thumbs on files page

This commit is contained in:
2023-01-31 18:45:57 +03:00
parent 9a2fa14a79
commit 9226b6cf5a
6 changed files with 21 additions and 4 deletions
+7 -2
View File
@@ -91,12 +91,17 @@ form {
width: 160px;
height: 160px;
border-radius: 20px;
background-size: cover;
background-position: center;
overflow: hidden;
cursor: pointer;
}
.sasa .thumb {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.sasa .overlay {
position: absolute;
top: 0;