From 807fe46657d09294a0264d3f7544d38d41dd59b4 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 4 Sep 2023 04:04:55 +0200 Subject: [PATCH] Sticker Set Modal: Fix emoji size in the title (#3757) --- src/components/common/StickerSetModal.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/common/StickerSetModal.scss b/src/components/common/StickerSetModal.scss index 3af93e4ba..d2387c225 100644 --- a/src/components/common/StickerSetModal.scss +++ b/src/components/common/StickerSetModal.scss @@ -1,14 +1,4 @@ .StickerSetModal { - --emoji-size: 4.5rem; - - &.custom-emoji { - --emoji-size: 2.25rem; - - .stickers { - padding: 0 0.5rem; - } - } - .modal-dialog { width: 26.25rem; max-width: 100%; @@ -30,8 +20,18 @@ } .modal-content { + --emoji-size: 4.5rem; + text-align: center; padding: 0 !important; + + &.custom-emoji { + --emoji-size: 2.25rem; + + .stickers { + padding: 0 0.5rem; + } + } } .stickers {