Skip to content

Commit

Permalink
Fix emoji clipping when zoomed
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 26, 2024
1 parent 46c1d20 commit 88c5a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/main/_emojipicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
content: $gradient;
@include addRoundedCorners;
@include addTransparency;
object-fit: unset;
}

// Server list
Expand Down
1 change: 1 addition & 0 deletions scss/main/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@include addRoundedCorners;
@include addTransparency;
aspect-ratio: 1 / 1;
object-fit: unset;
}

// Activity icon
Expand Down

0 comments on commit 88c5a61

Please sign in to comment.