mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
[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…
x
Reference in New Issue
Block a user