From 30aa3f5470a412af16755c76d50f75641e2b2cd2 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Tue, 17 Sep 2024 16:50:26 +0100 Subject: [PATCH] chore: bump version --- src/renderer/src/pages/game-details/game-details.css.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/renderer/src/pages/game-details/game-details.css.ts b/src/renderer/src/pages/game-details/game-details.css.ts index 9c99325b..2de28f1f 100644 --- a/src/renderer/src/pages/game-details/game-details.css.ts +++ b/src/renderer/src/pages/game-details/game-details.css.ts @@ -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",