mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-04 18:50:31 +01:00
Audio: Various layout fixes (#1223)
This commit is contained in:
parent
269c110ac1
commit
61111bc45b
@ -290,5 +290,10 @@
|
|||||||
.duration {
|
.duration {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.download-button {
|
||||||
|
left: auto;
|
||||||
|
right: 1.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user