fix attachment padding
This commit is contained in:
parent
045901e11e
commit
937a6a9830
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ class LayoutRefCommunicationReply extends App.ControllerContent
|
||||||
|
|
||||||
@textBubble.velocity
|
@textBubble.velocity
|
||||||
properties:
|
properties:
|
||||||
paddingBottom: 0
|
paddingBottom: 10
|
||||||
options:
|
options:
|
||||||
duration: 300
|
duration: 300
|
||||||
easing: 'easeOutQuad'
|
easing: 'easeOutQuad'
|
||||||
|
|
|
@ -1041,7 +1041,7 @@ class Edit extends App.Controller
|
||||||
|
|
||||||
@textBubble.velocity
|
@textBubble.velocity
|
||||||
properties:
|
properties:
|
||||||
paddingBottom: 0
|
paddingBottom: 10
|
||||||
options:
|
options:
|
||||||
duration: 300
|
duration: 300
|
||||||
easing: 'easeOutQuad'
|
easing: 'easeOutQuad'
|
||||||
|
|
Loading…
Reference in a new issue