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 {
text-align: right;
}
.download-button {
left: auto;
right: 1.5rem;
}
}
}

View File

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