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:
Keegan George 2022-11-02 13:28:41 -07:00 committed by GitHub
parent 6c25b28312
commit 2e984f2eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"}}