mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix spacing for slider actions
This commit is contained in:
@@ -247,7 +247,7 @@ export const Slider = ({
|
||||
</div>
|
||||
</div>
|
||||
{showNavigation && maxSlideIndex > 0 && showControls && (
|
||||
<div className="flex gap-[10px] ml-auto justify-end mr-4">
|
||||
<div className="flex gap-[10px] ml-auto justify-end lg:mr-4">
|
||||
<Button
|
||||
onClick={goToPrev}
|
||||
disabled={!infinite && currentSlide === 0}
|
||||
|
||||
Reference in New Issue
Block a user