mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-03 10:07:55 +01:00
Audio: Various layout fixes (#1223)
This commit is contained in:
parent
269c110ac1
commit
61111bc45b
@ -290,5 +290,10 @@
|
||||
.duration {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.download-button {
|
||||
left: auto;
|
||||
right: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -254,7 +254,12 @@
|
||||
|
||||
.Audio + .text-content {
|
||||
margin-top: .25rem;
|
||||
margin-bottom: -0.4375rem;
|
||||
}
|
||||
|
||||
&:not(.has-replies) {
|
||||
.Audio + .text-content {
|
||||
margin-bottom: -0.4375rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user