Channel: Fix first comment send position (#6711)
This commit is contained in:
parent
98c7e88f31
commit
1c16982b61
@ -772,7 +772,7 @@ export function buildApiThreadInfo(
|
||||
messageForwardInfo?: GramJs.MessageFwdHeader,
|
||||
): ApiThreadInfo | undefined {
|
||||
const {
|
||||
channelId, replies, maxId, recentRepliers, comments, readMaxId,
|
||||
channelId, replies, maxId = messageId, recentRepliers, comments, readMaxId,
|
||||
} = messageReplies;
|
||||
|
||||
const { fromId, channelPost } = messageForwardInfo || {};
|
||||
|
||||
@ -23,14 +23,18 @@
|
||||
color: var(--color-composer-button);
|
||||
box-shadow: 0 1px 2px var(--color-default-shadow);
|
||||
|
||||
&:hover, &:active, &:focus {
|
||||
color: revert-layer;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
width: 2.875rem !important;
|
||||
width: 2.875rem;
|
||||
height: 2.875rem;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-size: 1.75rem !important;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.unread-count {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user