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", all: "unset",
display: "block", display: "block",
position: "absolute", position: "absolute",
top: 0, height: "15%",
bottom: 0, top: "50%",
transform: "translateY(-50%)",
padding: "1rem", padding: "1rem",
cursor: "pointer", cursor: "pointer",
transition: "background-color 100ms ease-in-out", transition: "background-color 100ms ease-in-out",