[Fix #3588] "There are no messages in this chat yet" is left-aligned instead of centred as in design

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Foo Pang 2018-03-20 09:01:07 +08:00 committed by Julien Eluard
parent 2864b6b4c6
commit 9484a01196
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
1 changed files with 2 additions and 1 deletions

View File

@ -222,4 +222,5 @@
{:color colors/gray
:font-size 14
:line-height 20
:letter-spacing -0.2})
:letter-spacing -0.2
:text-align :center})