diff --git a/src/components/audio-trimmer/audio-trimmer.css b/src/components/audio-trimmer/audio-trimmer.css index e7b2fc24d5a776543452e073684f7a039ac90ca8..dd3b5e9a24307ea5f497e973e7e2b7a48e5d9c70 100644 --- a/src/components/audio-trimmer/audio-trimmer.css +++ b/src/components/audio-trimmer/audio-trimmer.css @@ -113,6 +113,7 @@ $hover-scale: 1.25; position: absolute; width: $trim-handle-width; height: $trim-handle-height; + right: 0; } .trimmer .trim-handle { @@ -123,7 +124,7 @@ $hover-scale: 1.25; position: absolute; width: $trim-handle-width; height: $trim-handle-height; - left: calc(-$trim-handle-width + $trim-handle-border * 1.5); + left: calc($trim-handle-border * 1.5); /* Make sure image dragging isn't triggered */ user-select: none;