UI: adds padding top to picker on mobile (#35618)

Before:

<img width="556" height="102" alt="Screenshot 2025-10-27 at 09 46 56"
src="https://github.com/user-attachments/assets/004d8cbf-ba53-4f43-8611-6df3ef6d6650"
/>

After:

<img width="459" height="175" alt="Screenshot 2025-10-27 at 09 46 39"
src="https://github.com/user-attachments/assets/de52a2e0-1817-4ddc-b7b5-abac6c182006"
/>
This commit is contained in:
Joffrey JAFFEUX
2025-10-27 10:46:52 +01:00
committed by GitHub
parent 0804046ef6
commit ed2552182c
@@ -53,4 +53,8 @@
margin-left: 0.25em;
padding-left: 0.75em;
}
.emoji-picker__filter-container {
padding-top: 0.25rem;
}
}