SHA256
feat(ui): индикатор connected в тулбаре и панель переподключения
This commit is contained in:
@@ -41,11 +41,11 @@ body {
|
||||
background: linear-gradient(180deg, rgba(7, 12, 23, 0) 0%, rgba(6, 11, 22, 0.96) 44%);
|
||||
}
|
||||
|
||||
.connection-status-slot {
|
||||
.connection-retry-banner {
|
||||
position: absolute;
|
||||
left: 12px;
|
||||
right: 12px;
|
||||
bottom: calc(62px + env(safe-area-inset-bottom));
|
||||
bottom: calc(74px + env(safe-area-inset-bottom));
|
||||
z-index: 5;
|
||||
border-radius: 11px;
|
||||
border: 1px solid rgba(133, 156, 201, 0.3);
|
||||
@@ -55,26 +55,27 @@ body {
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
padding: 7px 10px;
|
||||
pointer-events: none;
|
||||
pointer-events: auto;
|
||||
cursor: pointer;
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.connection-status-slot.is-connected {
|
||||
.connection-retry-banner.is-connected {
|
||||
border-color: rgba(124, 235, 171, 0.4);
|
||||
color: #d8ffe9;
|
||||
}
|
||||
|
||||
.connection-status-slot.is-connecting {
|
||||
.connection-retry-banner.is-connecting {
|
||||
border-color: rgba(238, 196, 107, 0.42);
|
||||
color: #ffe8bb;
|
||||
}
|
||||
|
||||
.connection-status-slot.is-disconnected {
|
||||
.connection-retry-banner.is-disconnected {
|
||||
border-color: rgba(228, 127, 145, 0.44);
|
||||
color: #ffdce3;
|
||||
}
|
||||
|
||||
.connection-status-slot.is-updating {
|
||||
.connection-retry-banner.is-updating {
|
||||
border-color: rgba(144, 201, 255, 0.44);
|
||||
color: #d9eeff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user