Skip to content

Commit ea8a1be

Browse files
committed
Update _background.scss
1 parent f29a32c commit ea8a1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/_background.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, var(--popout-modal-brightness));
5252
height: calc(100% + var(--popout-modal-blur) * 5);
5353
width: calc(100% + var(--popout-modal-blur) * 5);
54-
top: calc(var(--popout-modal-blur) / -1);
55-
left: calc(var(--popout-modal-blur) / -1);
54+
top: calc(var(--popout-modal-blur) / -1 * 2.5);
55+
left: calc(var(--popout-modal-blur) / -1 * 2.5);
5656
position: absolute;
5757
filter: blur(var(--popout-modal-blur));
5858
transform: translate(var(--popout-modal-blur), calc(var(--popout-modal-blur) / -1));

0 commit comments

Comments
 (0)