Add view image modal for image attachments

This commit is contained in:
kolaente 2021-01-16 22:15:48 +01:00
parent e473a6b70b
commit b644c00f59
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 45 additions and 4 deletions

View file

@ -7,11 +7,20 @@
margin-bottom: 1rem;
.attachment {
margin-bottom: .75rem;
margin-bottom: .5rem;
display: block;
transition: background-color $transition;
border-radius: $radius;
padding: .5rem;
&:hover {
background-color: $grey-lightest;
}
.filename {
font-weight: bold;
margin-bottom: .25rem;
color: $dark;
}
.info {