[call-me] - fix UI

This commit is contained in:
Miroslav Pejic
2026-02-07 22:33:34 +01:00
parent 3f4ce3cf82
commit d5347e05a3
3 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "call-me",
"version": "1.2.87",
"version": "1.2.88",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "call-me",
"version": "1.2.87",
"version": "1.2.88",
"license": "AGPLv3",
"dependencies": {
"@ngrok/ngrok": "1.7.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.2.87",
"version": "1.2.88",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+7
View File
@@ -1192,6 +1192,12 @@ input {
width: 100vw;
max-width: 100vw;
z-index: 1000;
height: 100dvh;
padding-bottom: env(safe-area-inset-bottom, 0px);
}
.tab-content {
height: calc(100dvh - 60px);
}
.sidebar-tabs {
@@ -1223,6 +1229,7 @@ input {
.chat-form {
padding: 12px;
padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}
.btn-emoji {