[Fix #2900] Unread badge counter doesn't fit large numbers

Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
This commit is contained in:
Foo Pang 2018-01-05 07:03:57 +08:00 committed by Oskar Thoren
parent 8e5fc1d6f1
commit 343f5c1e8e
No known key found for this signature in database
GPG Key ID: 5128AB0637CD85AF
1 changed files with 6 additions and 5 deletions

View File

@ -111,11 +111,12 @@
:ios {:font-size 15}})
(def new-messages-container
{:width 22
:height 22
:margin-left 15
:background-color component.styles/new-messages-count-color
:border-radius 50})
{:min-width 22
:height 22
:padding-horizontal 8
:margin-left 15
:background-color component.styles/new-messages-count-color
:border-radius 50})
(defstyle new-messages-text
{:left 0