Skip to content

Commit

Permalink
change emoji size
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Sep 6, 2017
1 parent 113d948 commit 22b2815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/components/MessageInput/Emoji/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
& a {
margin: 4px;
cursor: pointer;
zoom: 1.1;
transition: .2s;

&:hover {
Expand All @@ -40,6 +41,7 @@

& a {
margin: 3px;
zoom: .9;
}
}
}

0 comments on commit 22b2815

Please sign in to comment.