Merge branch 'placeholder-attachments' into 'develop'
PendingStatus: display placeholder attachments See merge request soapbox-pub/soapbox-fe!922
This commit is contained in:
commit
280210ebe5
5 changed files with 10 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,8 @@
|
|||
.placeholder-status,
|
||||
.placeholder-hashtag,
|
||||
.notification--placeholder,
|
||||
.status-card--placeholder {
|
||||
.status-card--placeholder,
|
||||
.media-gallery--placeholder {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
|
@ -120,3 +121,11 @@
|
|||
opacity: 0.1;
|
||||
}
|
||||
}
|
||||
|
||||
.media-gallery.media-gallery--placeholder {
|
||||
background: none;
|
||||
|
||||
.media-gallery__item {
|
||||
background-color: var(--brand-color--faint);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue