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
|
||||
properties:
|
||||
paddingBottom: 0
|
||||
paddingBottom: 10
|
||||
options:
|
||||
duration: 300
|
||||
easing: 'easeOutQuad'
|
||||
|
|
|
@ -1041,7 +1041,7 @@ class Edit extends App.Controller
|
|||
|
||||
@textBubble.velocity
|
||||
properties:
|
||||
paddingBottom: 0
|
||||
paddingBottom: 10
|
||||
options:
|
||||
duration: 300
|
||||
easing: 'easeOutQuad'
|
||||
|
|
Loading…
Reference in a new issue