UX: Larger images in mobile emoji picker (#17013)
This commit is contained in:
parent
5238f6788c
commit
4be67ef9a7
|
@ -43,7 +43,7 @@ sup img.emoji {
|
|||
|
||||
img.emoji {
|
||||
// custom emojis might import images of various sizes
|
||||
// we don't want the picker to be difformed
|
||||
// we don't want them to be deformed in the picker
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
|
|
@ -6,4 +6,13 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
border-bottom: 1px solid var(--primary-low);
|
||||
min-height: 50vh;
|
||||
.emoji-picker-emoji-area {
|
||||
img.emoji {
|
||||
// custom emojis might import images of various sizes
|
||||
// we don't want them to be deformed in the picker
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue