Улучшить UX личного чата на мобильных

This commit is contained in:
AidarKC
2026-06-25 10:46:45 +04:00
parent e60475f351
commit 0f3c4a621d
5 changed files with 142 additions and 6 deletions
+12
View File
@@ -65,6 +65,18 @@ body::before {
bottom: 0;
padding: 10px 12px calc(10px + 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;
}
body.chat-keyboard-open .screen-content {
bottom: 0;
padding-bottom: calc(14px + env(safe-area-inset-bottom));
}
body.chat-keyboard-open .toolbar-slot {
opacity: 0;
pointer-events: none;
transform: translateY(calc(100% + env(safe-area-inset-bottom)));
}
.connection-retry-banner {