PendingStatus: display placeholder attachments

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-12-18 16:26:26 +01:00
parent 829744dcce
commit 6cc20ff42a
5 changed files with 10 additions and 1 deletions

View file

@ -1,7 +1,8 @@
.placeholder-status, .placeholder-status,
.placeholder-hashtag, .placeholder-hashtag,
.notification--placeholder, .notification--placeholder,
.status-card--placeholder { .status-card--placeholder,
.media-gallery--placeholder {
position: relative; position: relative;
&::before { &::before {
@ -120,3 +121,11 @@
opacity: 0.1; opacity: 0.1;
} }
} }
.media-gallery.media-gallery--placeholder {
background: none;
.media-gallery__item {
background-color: var(--brand-color--faint);
}
}