Add source popup reload action
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user