mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:03:45 +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:
parent
6c25b28312
commit
2e984f2eca
|
@ -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"}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user