mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 13:44:56 +08:00
UX: Increase padding of back button in chat draft screen (#18848)
To increase hit target size for easier press on mobile devices
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{{#if this.site.mobileView}}
|
||||
<header class="chat-draft-header">
|
||||
<FlatButton
|
||||
@class="chat-draft-header__btn"
|
||||
@class="chat-draft-header__btn btn"
|
||||
@icon="chevron-left"
|
||||
@title="chat.draft_channel_screen.cancel"
|
||||
@action={{action "onCancelChatDraft"}}
|
||||
|
Reference in New Issue
Block a user