Create separate ImageFile component for image attachments

This commit is contained in:
Michaili K
2021-08-15 18:53:42 +02:00
parent 1b4d1e73df
commit 88c9775e23
3 changed files with 56 additions and 22 deletions

View File

@@ -92,8 +92,10 @@
.image {
cursor: pointer;
}
width: 100%;
height: 100%;
.loading {
background: var(--background);
&.loading {
background: var(--background);
}
}