SHA256
fix(ui): обработка устаревшей сессии и корректировка индикаторов соединения
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user