feat: enhance reconnect functionality and improve UI feedback for connection status
This commit is contained in:
@ -133,6 +133,15 @@ body {
|
||||
background-color: #dc2626;
|
||||
}
|
||||
|
||||
.status-dot.offline {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.status-dot.offline:hover {
|
||||
opacity: 0.8;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.ram-status {
|
||||
color: var(--inner-text-color);
|
||||
font-size: 0.9em;
|
||||
|
Reference in New Issue
Block a user