Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Sep 17, 2024
1 parent 84c472a commit 30aa3f5
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 30aa3f5

Please sign in to comment.