mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: arrow have smaller height
This commit is contained in:
parent
53f0de945c
commit
da255f7c61
1 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue