UI: правки клавиатуры и дневника

This commit is contained in:
AidarKC
2026-08-11 16:26:31 +04:00
parent 801a4697ea
commit bc11b60147
7 changed files with 40 additions and 7 deletions
+9 -2
View File
@@ -28,6 +28,7 @@ body::before {
--topbar-height: 0px;
--composer-height: 0px;
--toolbar-height: 78px;
--keyboard-offset: 0px;
background: transparent;
border-left: 1px solid rgba(211, 170, 86, 0.2);
border-right: 1px solid rgba(211, 170, 86, 0.2);
@@ -110,12 +111,12 @@ body::before {
}
body.chat-keyboard-open .screen-content {
bottom: var(--composer-height, 0px);
bottom: calc(var(--composer-height, 0px) + var(--keyboard-offset, 0px));
padding-bottom: calc(14px + env(safe-area-inset-bottom));
}
body.chat-keyboard-open .composer-slot {
bottom: 0;
bottom: var(--keyboard-offset, 0px);
padding-bottom: calc(8px + env(safe-area-inset-bottom));
}
@@ -125,6 +126,12 @@ body.chat-keyboard-open .toolbar-slot {
transform: translateY(calc(100% + env(safe-area-inset-bottom)));
}
body.chat-keyboard-open.chat-toolbar-persistent .toolbar-slot {
opacity: 1;
pointer-events: auto;
transform: none;
}
.connection-retry-banner {
position: absolute;
left: 12px;