Merge branch 'attachment-previews' into 'develop'

Attachment preview icons

See merge request soapbox-pub/soapbox-fe!678
This commit is contained in:
Alex Gleason 2021-08-21 14:44:57 +00:00
commit bfa61cf62a
2 changed files with 8 additions and 0 deletions

View file

@ -297,6 +297,14 @@
height: 100%;
object-fit: cover;
}
> i.fa {
width: 100%;
color: hsla(var(--primary-text-color_hsl), 0.4);
font-size: 64px;
text-align: center;
line-height: 160px;
}
}
}