[call-me] - improve emoji picker

This commit is contained in:
Miroslav Pejic
2025-08-28 17:30:26 +02:00
parent 5284487129
commit 62c83240db
3 changed files with 3 additions and 15 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "call-me",
"version": "1.2.63",
"version": "1.2.64",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "call-me",
"version": "1.2.63",
"version": "1.2.64",
"license": "AGPLv3",
"dependencies": {
"@ngrok/ngrok": "1.5.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.2.63",
"version": "1.2.64",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
-12
View File
@@ -1131,18 +1131,6 @@ input {
font-size: 0.9em;
}
.emoji-picker-container {
bottom: 70px;
left: 12px;
right: 12px;
width: auto;
}
.emoji-picker-container em-emoji-picker {
width: 100%;
height: 280px;
}
#chatInput {
font-size: 16px; /* Prevent zoom on iOS */
}