Skip to content

Commit 16c4569

Browse files
author
Chubby Granny Chaser
authored
Merge pull request #982 from hydralauncher/feature/adding-flame-animation
chore: bump version
2 parents ef16732 + 30aa3f5 commit 16c4569

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/renderer/src/pages/game-details/game-details.css.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ export const randomizerButton = style({
149149
animationName: slideIn,
150150
animationDuration: "0.2s",
151151
position: "fixed",
152-
/* Bottom panel height + spacing */
153-
bottom: `${26 + SPACING_UNIT * 2}px`,
152+
bottom: `${SPACING_UNIT * 3}px`,
154153
/* Scroll bar + spacing */
155154
right: `${9 + SPACING_UNIT * 2}px`,
156155
boxShadow: "rgba(255, 255, 255, 0.1) 0px 0px 10px 1px",

0 commit comments

Comments
 (0)