Fixes for audio attachments when there is more than 1 attachment and icons for audio attachments

This commit is contained in:
Sean King 2020-06-29 22:30:13 -06:00 committed by Alex Gleason
parent e2f76f538c
commit 3be1c9a1f1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
5 changed files with 14 additions and 1 deletions

Binary file not shown.

View file

@ -176,6 +176,10 @@
background: hsl( var(--brand-color_h), var(--brand-color_s), 20% );
padding: 5px;
&__label {
color: white;
}
button {
background: transparent;
font-size: 16px;

View file

@ -16,6 +16,14 @@
position: relative;
border-radius: 4px;
overflow: hidden;
&__icons {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 100px;
}
}
.media-gallery__item-thumbnail {
@ -112,7 +120,8 @@
position: absolute;
}
.media-gallery__gifv__label {
.media-gallery__gifv__label,
.media-gallery__file-extension__label {
display: block;
position: absolute;
color: var(--primary-text-color);