Fixes for audio attachments when there is more than 1 attachment and icons for audio attachments
This commit is contained in:
parent
e2f76f538c
commit
3be1c9a1f1
5 changed files with 14 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue