Make emoji picker height responsive. (#31130)
* Make the height of the emoji picker responsive. * Add screenshots for the emoji picker and a one with reduced height. * prettier
This commit is contained in:
@@ -8,7 +8,8 @@ Please see LICENSE files in the repository root for full details.
|
||||
|
||||
.mx_EmojiPicker {
|
||||
width: 340px;
|
||||
height: 450px;
|
||||
height: min(450px, 80vh);
|
||||
max-height: 80vh;
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user