Skip to content

Commit 38a16b5

Browse files
authored
fix(ui): remove backdrop blur from dialog overlays (#46)
The blur effect can be distracting when monitoring terminal output behind a dialog. Remove it while keeping the dark overlay for focus. Co-authored-by: maskar <Maskar@users.noreply.github.com>
1 parent 9ce6abe commit 38a16b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ textarea::placeholder {
668668
.dialog-overlay {
669669
animation: fadeIn 0.16s ease;
670670
background: color-mix(in srgb, #000 44%, transparent);
671-
backdrop-filter: blur(6px) saturate(1.15);
671+
backdrop-filter: saturate(1.15);
672672
}
673673

674674
.dialog-overlay > form,

0 commit comments

Comments
 (0)