Доработать UI звонков и нижний тулбар

This commit is contained in:
AidarKC
2026-08-11 13:29:29 +04:00
parent 566ea942dc
commit 628a970e6f
12 changed files with 465 additions and 91 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ body::before {
top: var(--call-minimized-bar-height, 0px);
left: 0;
right: 0;
bottom: 74px;
bottom: 62px;
overflow-y: auto;
padding: 14px 14px 24px;
}
@@ -68,7 +68,7 @@ body::before {
left: 0;
right: 0;
bottom: 0;
padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
padding: 2px 10px calc(4px + env(safe-area-inset-bottom));
background: linear-gradient(180deg, rgba(7, 12, 23, 0) 0%, rgba(6, 11, 22, 0.96) 44%);
transition: opacity 0.18s ease, transform 0.18s ease;
}