Обновить UI сети и серверные экраны

This commit is contained in:
2026-09-01 14:04:12 +03:00
parent a66d7a64e6
commit 8801b93973
7 changed files with 141 additions and 159 deletions
+3 -3
View File
@@ -34,8 +34,8 @@ body::before {
--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);
border-left: 1px solid transparent;
border-right: 1px solid transparent;
box-shadow: var(--shadow);
overflow: hidden;
}
@@ -178,7 +178,7 @@ body.chat-topbar-overlay .app-shell.keyboard-open .screen-content {
}
.connection-retry-banner.is-connecting {
border-color: rgba(238, 196, 107, 0.42);
border-color: transparent;
color: #ffe8bb;
}