v1.2.2 - Fix network error on background, auto-retry streaming with reconnect
This commit is contained in:
@@ -811,6 +811,19 @@ a:hover { text-decoration: underline; }
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.retry-btn {
|
||||
background: var(--accent);
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 8px 24px;
|
||||
border-radius: 20px;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: all var(--transition);
|
||||
}
|
||||
.retry-btn:hover { background: var(--accent-hover); transform: scale(1.05); }
|
||||
|
||||
.terminal-toggle-btn {
|
||||
display: none;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user