diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 17:05:39 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 17:05:39 +0200 |
| commit | d08bc2bcda247692e8871bf35af5df87c12c11a3 (patch) | |
| tree | f0f1c66f3bf113a6ac562feb3a49819148d7f075 /app/components/Slider.tsx | |
| parent | 20d392a6300fc331df30f8f11da8b2f33cbe4a93 (diff) | |
Cleanup slider positioningv7
Diffstat (limited to 'app/components/Slider.tsx')
| -rw-r--r-- | app/components/Slider.tsx | 2 |
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} |
