diff --git a/src/renderer/src/pages/game-details/gallery-slider.css.ts b/src/renderer/src/pages/game-details/gallery-slider.css.ts index c7e0b7c2..18464eea 100644 --- a/src/renderer/src/pages/game-details/gallery-slider.css.ts +++ b/src/renderer/src/pages/game-details/gallery-slider.css.ts @@ -78,8 +78,9 @@ export const gallerySliderButton = style({ all: "unset", display: "block", position: "absolute", - top: 0, - bottom: 0, + height: "15%", + top: "50%", + transform: "translateY(-50%)", padding: "1rem", cursor: "pointer", transition: "background-color 100ms ease-in-out",