diff --git a/apps/client/src/scenes/lobby/styles/LobbyScene.styles.ts b/apps/client/src/scenes/lobby/styles/LobbyScene.styles.ts index ac16174..076e79a 100644 --- a/apps/client/src/scenes/lobby/styles/LobbyScene.styles.ts +++ b/apps/client/src/scenes/lobby/styles/LobbyScene.styles.ts @@ -24,7 +24,7 @@ export const LOBBY_CONTAINER_STYLE: CSSProperties = { position: "fixed", inset: 0, - padding: "20px", + padding: `${safeTop(20)} ${safeRight(20)} 20px ${safeLeft(20)}`, color: "white", background: "transparent", height: "100dvh",