fix(ui): обработка устаревшей сессии и корректировка индикаторов соединения

This commit is contained in:
AidarKC
2026-04-22 17:04:16 +03:00
parent 0159dd9074
commit 58bbf063ca
3 changed files with 47 additions and 3 deletions
+8 -1
View File
@@ -621,11 +621,18 @@
position: relative;
}
.toolbar-btn-profile .toolbar-label-wrap {
padding-bottom: 10px;
}
.toolbar-connection-indicator {
position: absolute;
left: 50%;
bottom: 2px;
transform: translateX(-50%);
display: inline-flex;
align-items: center;
gap: 3px;
margin-top: 1px;
min-height: 9px;
}
+1 -1
View File
@@ -45,7 +45,7 @@ body {
position: absolute;
left: 12px;
right: 12px;
bottom: calc(74px + env(safe-area-inset-bottom));
bottom: calc(96px + env(safe-area-inset-bottom));
z-index: 5;
border-radius: 11px;
border: 1px solid rgba(133, 156, 201, 0.3);