Skip to content

Commit c6241e3

Browse files
committed
fix: improve button placements for share and copy
1 parent 30657d5 commit c6241e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/status_im2/contexts/shell/share/style.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
(def share-button-container
8282
{:position :absolute
8383
:right 0
84-
:top 16})
84+
:top 12})
8585

8686
(def emoji-share-button-container
8787
{:position :absolute
8888
:right 0
89-
:top 16})
89+
:top 12})
9090

9191
(def emoji-hash-content
9292
{:color colors/white

0 commit comments

Comments
 (0)