refactor: fix incorrect logic introduced in previous commits and improve error handling

This commit is contained in:
yusing
2025-11-07 15:48:38 +08:00
parent d33ff2192a
commit e9ac3cd1a9
14 changed files with 99 additions and 50 deletions

View File

@@ -42,6 +42,13 @@ body {
min-height: 400px;
}
@media (max-width: 768px) {
.container {
min-width: auto;
max-width: 90%;
}
}
/* Spinner Styles */
.loading-dots {
display: flex;
@@ -81,7 +88,6 @@ body {
color: #f8f9fa;
max-width: 100%;
letter-spacing: 0.3px;
white-space: nowrap;
}
/* Console Styles */