From 87b23c04b10cfd0f3be1a60f87efe797a5361f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Tue, 23 Apr 2024 17:56:53 +0200 Subject: [PATCH] fix: strikethrough misaligned --- src/routes/config/chords/ChordActionEdit.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/config/chords/ChordActionEdit.svelte b/src/routes/config/chords/ChordActionEdit.svelte index 68f12b76..f5f157bf 100644 --- a/src/routes/config/chords/ChordActionEdit.svelte +++ b/src/routes/config/chords/ChordActionEdit.svelte @@ -174,10 +174,10 @@ position: absolute; top: 50%; transform-origin: center left; - translate: -6px 0; + translate: -20px 0; scale: 0 1; - width: calc(100% - 32px); + width: calc(100% - 60px); height: 1px; background: currentcolor;