mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
Now attachments of the type "application" are displayed as well.
This commit is contained in:
parent
bca4d31410
commit
6be65f4eae
1 changed files with 6 additions and 5 deletions
|
@ -324,11 +324,12 @@ li.icon.icon-large:before {
|
|||
|
||||
.icon-user-md:before { content: "\f200"; }
|
||||
|
||||
.icon.type-image:before { content: "\f03e"; }
|
||||
.icon.type-video:before { content: "\f008"; }
|
||||
.icon.type-audio:before { content: "\f001"; }
|
||||
.icon.type-text:before { content: "\f036"; }
|
||||
.icon.type.unkn:before { content: "\f059"; }
|
||||
.icon.type-image:before { content: "\f1c5"; }
|
||||
.icon.type-video:before { content: "\f1c8"; }
|
||||
.icon.type-audio:before { content: "\f1c7"; }
|
||||
.icon.type-text:before { content: "\f0f6"; }
|
||||
.icon.type-application:before { content: "\f016"; }
|
||||
.icon.type-unkn:before { content: "\f016"; }
|
||||
|
||||
.icon.drop:before { content: "\f014"; }
|
||||
.icon.drophide:before { content: "\f014"; }
|
||||
|
|
Loading…
Reference in a new issue