SHA256
UI: правки клавиатуры и дневника
This commit is contained in:
@@ -39,6 +39,15 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.app-topbar-shell--profile {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.app-topbar-shell--profile .header-actions {
|
||||
min-width: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.app-topbar-shell .header-left,
|
||||
.app-topbar-shell .header-actions {
|
||||
min-width: 92px;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user