Give audio and video replies an icon

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-15 15:17:41 +02:00
parent 68640a4dbd
commit 88da0f4dcf
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 12 additions and 2 deletions

View file

@ -21,6 +21,14 @@ limitations under the License.
position: relative;
line-height: $font-16px;
&.mx_ReplyTile_audio .mx_MFileBody_info_icon::before {
mask-image: url("$(res)/img/element-icons/speaker.svg");
}
&.mx_ReplyTile_video .mx_MFileBody_info_icon::before {
mask-image: url("$(res)/img/element-icons/call/video-call.svg");
}
.mx_MFileBody {
.mx_MFileBody_info {
margin: 5px 0;