Skip to content

Commit 065a9e4

Browse files
jycouetRich-Harris
andauthored
position & mask
Co-authored-by: Rich Harris <[email protected]>
1 parent d7b6450 commit 065a9e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/repl/src/lib/Input/ComponentSelector.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,10 @@
384384
position: absolute;
385385
width: 100%;
386386
height: 100%;
387-
right: 1.1rem;
388-
top: 1.1rem;
387+
right: 0;
388+
top: 0;
389389
background: currentColor;
390-
mask: no-repeat 100% 0% / 1.6rem 1.6rem;
390+
mask: no-repeat calc(100% - 1rem) 50% / 1.6rem 1.6rem;
391391
transition: opacity 0.2s;
392392
transition-delay: 0.6s;
393393
}

0 commit comments

Comments
 (0)