summaryrefslogtreecommitdiff
path: root/app/components
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 17:05:39 +0200
committerYuval Adam <_@yuv.al>2024-09-23 17:05:39 +0200
commitd08bc2bcda247692e8871bf35af5df87c12c11a3 (patch)
treef0f1c66f3bf113a6ac562feb3a49819148d7f075 /app/components
parent20d392a6300fc331df30f8f11da8b2f33cbe4a93 (diff)
Cleanup slider positioningv7
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Slider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Slider.tsx b/app/components/Slider.tsx
index 330206f..c137320 100644
--- a/app/components/Slider.tsx
+++ b/app/components/Slider.tsx
@@ -34,7 +34,7 @@ export function Slider({ playback, slider, setSlider }: GeshemSliderProps) {
}
return (
- <div id="slider">
+ <div id="slider" className="fixed bottom-16 w-9/12 sm:w-1/3 left-0 right-0 pr-5 mx-auto">
<CustomSlider
min={0}
max={playback ? PLAYBACK_SLOTS : 9}