Sticker Set Modal: Fix emoji size in the title (#3757)
This commit is contained in:
parent
b8a082f6eb
commit
807fe46657
@ -1,14 +1,4 @@
|
|||||||
.StickerSetModal {
|
.StickerSetModal {
|
||||||
--emoji-size: 4.5rem;
|
|
||||||
|
|
||||||
&.custom-emoji {
|
|
||||||
--emoji-size: 2.25rem;
|
|
||||||
|
|
||||||
.stickers {
|
|
||||||
padding: 0 0.5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
width: 26.25rem;
|
width: 26.25rem;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -30,8 +20,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
--emoji-size: 4.5rem;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|
||||||
|
&.custom-emoji {
|
||||||
|
--emoji-size: 2.25rem;
|
||||||
|
|
||||||
|
.stickers {
|
||||||
|
padding: 0 0.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.stickers {
|
.stickers {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user