Add author to the top of Reply in Another Chat.

This commit is contained in:
John Preston
2024-10-18 11:32:08 +04:00
parent 511cfc524f
commit f74dd3ca1e
8 changed files with 201 additions and 13 deletions
+7
View File
@@ -878,6 +878,13 @@ peerListWithInviteViaLink: PeerList(peerListBox) {
peerListSingleRow: PeerList(peerListBox) {
padding: margins(0px, 0px, 0px, 0px);
}
peerListSmallSkips: PeerList(peerListBox) {
padding: margins(
0px,
defaultVerticalListSkip,
0px,
defaultVerticalListSkip);
}
scheduleHeight: 95px;
scheduleDateTop: 38px;