UI: сворачивание активного звонка

This commit is contained in:
AidarKC
2026-07-24 15:00:01 +04:00
parent 5df69d73c7
commit 4d9e42205f
5 changed files with 300 additions and 21 deletions
+6 -1
View File
@@ -24,6 +24,7 @@ body::before {
width: min(100vw, 430px);
height: 100dvh;
position: relative;
--call-minimized-bar-height: 0px;
background: transparent;
border-left: 1px solid rgba(211, 170, 86, 0.2);
border-right: 1px solid rgba(211, 170, 86, 0.2);
@@ -39,7 +40,7 @@ body::before {
.screen-content {
position: absolute;
top: 0;
top: var(--call-minimized-bar-height, 0px);
left: 0;
right: 0;
bottom: 74px;
@@ -52,6 +53,10 @@ body::before {
padding-bottom: calc(24px + env(safe-area-inset-bottom));
}
.app-shell.has-minimized-call .screen-content {
padding-top: 12px;
}
.screen-content.network-scroll-lock {
overflow: hidden;
padding: 0;