mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
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:
@ -13,6 +13,9 @@
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{{yield}}
|
{{yield}}
|
||||||
<ChatSidePanelResizer />
|
|
||||||
|
{{#if this.site.desktopView}}
|
||||||
|
<ChatSidePanelResizer />
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
@ -29,6 +29,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-composer__wrapper {
|
.chat-composer__wrapper {
|
||||||
padding-bottom: 28px;
|
padding-bottom: 27px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user