fix: arrow have smaller height

This commit is contained in:
Zamitto 2024-05-12 16:06:48 -03:00
parent 53f0de945c
commit da255f7c61

View File

@ -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",