From 022a5f7b9a93ae949c91d491d11b22a56488d546 Mon Sep 17 00:00:00 2001 From: Scott Rhamy Date: Tue, 9 Dec 2025 10:26:54 -0500 Subject: [PATCH] scales-update - left/right handles were "overflowing" main rect, dropped rx prop instead use of rounded-l and rounded-r. - added slight 2px padding for left/right bound text fixed "appearance' of assymetric postioning of play/stop icons --- .../routes/docs/guides/scales/DomainRangeChart.svelte | 4 ++-- .../src/routes/docs/guides/scales/ResizableRect.svelte | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/src/routes/docs/guides/scales/DomainRangeChart.svelte b/docs/src/routes/docs/guides/scales/DomainRangeChart.svelte index 2483c64b5..771061d62 100644 --- a/docs/src/routes/docs/guides/scales/DomainRangeChart.svelte +++ b/docs/src/routes/docs/guides/scales/DomainRangeChart.svelte @@ -76,13 +76,13 @@ icon={LucidePlay} on:click={() => (isPlaying = true)} disabled={isPlaying} - classes={{ icon: 'text-xs', root: 'px-2 py-1' }} + classes={{ icon: 'text-xs', root: 'pl-2 pr-1 py-1' }} />