Skip to content

Commit

Permalink
Merge pull request #982 from hydralauncher/feature/adding-flame-anima…
Browse files Browse the repository at this point in the history
…tion

chore: bump version
  • Loading branch information
thegrannychaseroperation authored Sep 17, 2024
2 parents ef16732 + 30aa3f5 commit 16c4569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/src/pages/game-details/game-details.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 16c4569

Please sign in to comment.