[frontend] Make emojis v. slightly larger (#891)

* make emojis v. slightly larger
2.5ex -> 2.75 ex by default (they still fit fine), and make em scale a bit larger on hover as well

* use em for emoji margin
This commit is contained in:
tobi 2022-10-06 11:36:07 +02:00 committed by GitHub
commit 41aad21c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -183,7 +183,7 @@ main {
}
.emoji:hover, .emoji:active {
transform: scale(1.75);
transform: scale(2);
background-color: $bg;
box-shadow: $boxshadow;
border: $boxshadow-border;