Merge branch 'attachment-previews' into 'develop'
Attachment preview icons See merge request soapbox-pub/soapbox-fe!678
This commit is contained in:
commit
bfa61cf62a
2 changed files with 8 additions and 0 deletions
Binary file not shown.
|
@ -297,6 +297,14 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue