feat(svelte): cleanup styling, use css variables
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{#if isVisible}
|
||||
<div
|
||||
class="svelte-flow__selection"
|
||||
style={`width: ${width}px; height: ${height}px; transform: translate(${x}px, ${y}px)`}
|
||||
style="width: {width}px; height: {height}px; transform: translate({x}px, {y}px)"
|
||||
/>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user