FIX: minor thread changes on mobile (#21457)
- do not render sidepanel resizer as it's not usable on mobile - removes 1px to the bottom spacing, this spacing won't be necessary once we implement chat-replying-indicator for thread
This commit is contained in:
parent
89f721cf67
commit
e935d2bddb
|
@ -13,6 +13,9 @@
|
|||
}}
|
||||
>
|
||||
{{yield}}
|
||||
<ChatSidePanelResizer />
|
||||
|
||||
{{#if this.site.desktopView}}
|
||||
<ChatSidePanelResizer />
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
|
@ -29,6 +29,6 @@
|
|||
}
|
||||
|
||||
.chat-composer__wrapper {
|
||||
padding-bottom: 28px;
|
||||
padding-bottom: 27px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue