Skip to content

Commit 1cad33a

Browse files
committed
Inline code preview into block properties dialog, reduce backdrop opacity
1 parent bbb455a commit 1cad33a

2 files changed

Lines changed: 254 additions & 120 deletions

File tree

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ input::placeholder {
269269
.dialog-backdrop {
270270
position: fixed;
271271
inset: 0;
272-
background: rgba(0, 0, 0, 0.3);
272+
background: rgba(0, 0, 0, 0.15);
273273
backdrop-filter: blur(4px);
274274
display: flex;
275275
align-items: center;

0 commit comments

Comments
 (0)