mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: make composer resize work on touch devices (#7068)
* UX: make composer resize work on touch devices This also replaces a vendor dependency with a small built-in resize mechanism. * Make blue bar's larger padding specific to touch devices
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
typed=(action "typed")
|
||||
cancelled=(action "cancelled")
|
||||
save=(action "save")}}
|
||||
|
||||
<div class="grippie"></div>
|
||||
{{#if visible}}
|
||||
{{composer-messages composer=model
|
||||
messageCount=messageCount
|
||||
|
||||
Reference in New Issue
Block a user