improve ux, moved functionality for better ui experience on app and extension.

This commit is contained in:
Bryan Van Deusen
2026-01-26 11:38:51 -05:00
parent 74b1ecf2cf
commit 2a0e37a73d
12 changed files with 369 additions and 78 deletions
+6
View File
@@ -302,6 +302,12 @@ body {
color: var(--alert-warning-text);
}
.alert-error {
background: var(--status-error-bg);
border: 1px solid var(--status-error-border);
color: var(--status-error-text);
}
.status-message {
padding: 10px 12px;
border-radius: 6px;