mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
fix: arrow have smaller height
This commit is contained in:
parent
53f0de945c
commit
da255f7c61
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user