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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user