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",
|
||||
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…
Add table
Add a link
Reference in a new issue