From 37ce3e63983a38e68f7a383b1080496d84d25afc Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Sun, 26 Nov 2023 20:26:03 +0500 Subject: [PATCH] Emoji picker hover fix (#25530) --- webapp/channels/src/sass/components/_emoticons.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webapp/channels/src/sass/components/_emoticons.scss b/webapp/channels/src/sass/components/_emoticons.scss index b49385ffaf..a7e865faf7 100644 --- a/webapp/channels/src/sass/components/_emoticons.scss +++ b/webapp/channels/src/sass/components/_emoticons.scss @@ -546,7 +546,8 @@ $emoji-footer-height: $emoji-footer-border-width + $emoji-half-height + $emoji- background-color: rgba(var(--center-channel-color-rgb), 0.16); img { - transform: scale(1.35); + -moz-transform: scale(0.45); + zoom: 0.45; } } @@ -560,7 +561,6 @@ $emoji-footer-height: $emoji-footer-border-width + $emoji-half-height + $emoji- img { position: relative; - transform: scale(1); transition: transform 0.2s ease-in-out; &.emoji-category--custom { @@ -570,7 +570,6 @@ $emoji-footer-height: $emoji-footer-border-width + $emoji-half-height + $emoji- max-width: 22px; height: auto; max-height: 22px; - transform: scale(1); } } }