Add source popup reload action

This commit is contained in:
2026-08-05 19:44:11 +02:00
parent e172b24474
commit 1f5ab5a8cc
6 changed files with 19 additions and 6 deletions
+1
View File
@@ -182,6 +182,7 @@
.modal-backdrop { @apply fixed inset-0 z-50 flex items-center justify-center bg-slate-900/50 p-4; }
.modal-backdrop[hidden] { display: none; }
.suggested-dialog, .source-dialog, .settings-dialog { @apply max-h-[90vh] w-full overflow-hidden rounded-lg border border-slate-300 bg-slate-50 shadow-2xl; }
.source-dialog-actions { @apply flex items-center gap-1.5; }
.suggested-dialog { @apply max-w-2xl; }
.source-dialog { @apply max-w-3xl; }
.settings-dialog { @apply max-w-md; }