1
0

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
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 {