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:
David Langley
2025-10-30 09:31:02 +00:00
committed by GitHub
parent 1ec692c1e9
commit 3ae91d69da
4 changed files with 18 additions and 1 deletions

View File

@@ -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;