add video and audio media placeholders in compose form
This commit is contained in:
parent
37afaaa894
commit
c4046cbf7e
4 changed files with 10 additions and 0 deletions
BIN
app/images/audio-placeholder.png
Normal file
BIN
app/images/audio-placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
app/images/video-placeholder.png
Normal file
BIN
app/images/video-placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
@ -289,6 +289,16 @@
|
||||||
height: 140px;
|
height: 140px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
&.video {
|
||||||
|
background-image: url('../images/video-placeholder.png');
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.audio {
|
||||||
|
background-image: url('../images/audio-placeholder.png');
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} // end .compose-form .compose-form__modifiers
|
} // end .compose-form .compose-form__modifiers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue