Skip to content

Commit

Permalink
fix: improve button placements for share and copy
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jun 30, 2023
1 parent 30657d5 commit c6241e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im2/contexts/shell/share/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
(def share-button-container
{:position :absolute
:right 0
:top 16})
:top 12})

(def emoji-share-button-container
{:position :absolute
:right 0
:top 16})
:top 12})

(def emoji-hash-content
{:color colors/white
Expand Down

0 comments on commit c6241e3

Please sign in to comment.