Merge pull request #982 from hydralauncher/feature/adding-flame-animation
Some checks are pending
Release / build (ubuntu-latest) (push) Waiting to run
Release / build (windows-latest) (push) Waiting to run

chore: bump version
This commit is contained in:
Chubby Granny Chaser
2024-09-17 16:53:06 +01:00
committed by GitHub

View File

@@ -149,8 +149,7 @@ export const randomizerButton = style({
animationName: slideIn,
animationDuration: "0.2s",
position: "fixed",
/* Bottom panel height + spacing */
bottom: `${26 + SPACING_UNIT * 2}px`,
bottom: `${SPACING_UNIT * 3}px`,
/* Scroll bar + spacing */
right: `${9 + SPACING_UNIT * 2}px`,
boxShadow: "rgba(255, 255, 255, 0.1) 0px 0px 10px 1px",