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;
|
padding: 0 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.is-ios &.miniapp {
|
||||||
|
line-height: 1.5rem;
|
||||||
|
min-width: 1.5rem;
|
||||||
|
height: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
&.mention,
|
&.mention,
|
||||||
&.unread:not(.muted),
|
&.unread:not(.muted),
|
||||||
&.unopened:not(.muted) {
|
&.unopened:not(.muted) {
|
||||||
|
|||||||
@ -397,6 +397,7 @@ const ChatResults: FC<OwnProps & StateProps> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<LeftSearchResultChat
|
<LeftSearchResultChat
|
||||||
|
withOpenAppButton
|
||||||
chatId={id}
|
chatId={id}
|
||||||
onClick={handleChatClick}
|
onClick={handleChatClick}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user