mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
img.emoji {
|
||||||
// custom emojis might import images of various sizes
|
// 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;
|
width: 20px !important;
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
}
|
}
|
||||||
|
@ -6,4 +6,13 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
border-bottom: 1px solid var(--primary-low);
|
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
Block a user