We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b6450 commit 065a9e4Copy full SHA for 065a9e4
packages/repl/src/lib/Input/ComponentSelector.svelte
@@ -384,10 +384,10 @@
384
position: absolute;
385
width: 100%;
386
height: 100%;
387
- right: 1.1rem;
388
- top: 1.1rem;
+ right: 0;
+ top: 0;
389
background: currentColor;
390
- mask: no-repeat 100% 0% / 1.6rem 1.6rem;
+ mask: no-repeat calc(100% - 1rem) 50% / 1.6rem 1.6rem;
391
transition: opacity 0.2s;
392
transition-delay: 0.6s;
393
}
0 commit comments