From 343f5c1e8ec3a8a038ca5d21c454a06d9f5a54de Mon Sep 17 00:00:00 2001 From: Foo Pang Date: Fri, 5 Jan 2018 07:03:57 +0800 Subject: [PATCH] [Fix #2900] Unread badge counter doesn't fit large numbers Signed-off-by: Oskar Thoren --- src/status_im/ui/screens/home/styles.cljs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/status_im/ui/screens/home/styles.cljs b/src/status_im/ui/screens/home/styles.cljs index 60440b77aa..d072092b13 100644 --- a/src/status_im/ui/screens/home/styles.cljs +++ b/src/status_im/ui/screens/home/styles.cljs @@ -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