Open App Button: Add search result and fix in ios (#5677)
This commit is contained in:
parent
c9174ba624
commit
00c23c8052
@ -48,6 +48,12 @@
|
||||
padding: 0 0.375rem;
|
||||
}
|
||||
|
||||
body.is-ios &.miniapp {
|
||||
line-height: 1.5rem;
|
||||
min-width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
&.mention,
|
||||
&.unread:not(.muted),
|
||||
&.unopened:not(.muted) {
|
||||
|
||||
@ -397,6 +397,7 @@ const ChatResults: FC<OwnProps & StateProps> = ({
|
||||
|
||||
return (
|
||||
<LeftSearchResultChat
|
||||
withOpenAppButton
|
||||
chatId={id}
|
||||
onClick={handleChatClick}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user