[Fix #2900] Unread badge counter doesn't fit large numbers
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
This commit is contained in:
parent
8e5fc1d6f1
commit
343f5c1e8e
|
@ -111,8 +111,9 @@
|
||||||
:ios {:font-size 15}})
|
:ios {:font-size 15}})
|
||||||
|
|
||||||
(def new-messages-container
|
(def new-messages-container
|
||||||
{:width 22
|
{:min-width 22
|
||||||
:height 22
|
:height 22
|
||||||
|
:padding-horizontal 8
|
||||||
:margin-left 15
|
:margin-left 15
|
||||||
:background-color component.styles/new-messages-count-color
|
:background-color component.styles/new-messages-count-color
|
||||||
:border-radius 50})
|
:border-radius 50})
|
||||||
|
|
Loading…
Reference in New Issue