Audio: Various layout fixes (#1223)

This commit is contained in:
Alexander Zinchuk 2021-06-30 05:31:18 +03:00
parent 269c110ac1
commit 61111bc45b
2 changed files with 11 additions and 1 deletions

View File

@ -290,5 +290,10 @@
.duration { .duration {
text-align: right; text-align: right;
} }
.download-button {
left: auto;
right: 1.5rem;
}
} }
} }

View File

@ -254,9 +254,14 @@
.Audio + .text-content { .Audio + .text-content {
margin-top: .25rem; margin-top: .25rem;
}
&:not(.has-replies) {
.Audio + .text-content {
margin-bottom: -0.4375rem; margin-bottom: -0.4375rem;
} }
} }
}
&:not(.custom-shape) .emoji { &:not(.custom-shape) .emoji {
display: inline-block; display: inline-block;