[Update] Identifiers screen design (#16220)
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
This commit is contained in:
parent
eff5cb1f3e
commit
4695ef65d0
|
@ -27,7 +27,8 @@
|
||||||
{:color colors/white})
|
{:color colors/white})
|
||||||
|
|
||||||
(def emoji-hash
|
(def emoji-hash
|
||||||
{:margin-top 12})
|
{:margin-top 12
|
||||||
|
:letter-spacing 1.5})
|
||||||
|
|
||||||
(def user-hash
|
(def user-hash
|
||||||
{:margin-top 2
|
{:margin-top 2
|
||||||
|
|
|
@ -94,9 +94,8 @@
|
||||||
style/keycard-icon))]
|
style/keycard-icon))]
|
||||||
(when show-user-hash?
|
(when show-user-hash?
|
||||||
[text/text
|
[text/text
|
||||||
{:weight :monospace
|
{:weight :monospace
|
||||||
:number-of-lines 1
|
:style style/user-hash} hash])
|
||||||
:style style/user-hash} hash])
|
|
||||||
(when (and show-emoji-hash? emoji-hash)
|
(when (and show-emoji-hash? emoji-hash)
|
||||||
[text/text
|
[text/text
|
||||||
{:weight :monospace
|
{:weight :monospace
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
(def content-container
|
(def content-container
|
||||||
{:position :absolute
|
{:position :absolute
|
||||||
:top 160
|
:top 170
|
||||||
:bottom 0
|
:bottom 0
|
||||||
:left 0
|
:left 0
|
||||||
:right 0})
|
:right 0})
|
||||||
|
|
Loading…
Reference in New Issue