From c6d034b9f7fcbb3aeb1a706ba2d330823b0c9922 Mon Sep 17 00:00:00 2001 From: LuckyLaszlo Date: Sun, 15 Jan 2023 21:11:38 +0100 Subject: [PATCH] css small fix --- .../api_front/src/pages/game/Game.svelte | 84 +++++++++---------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/srcs/requirements/svelte/api_front/src/pages/game/Game.svelte b/srcs/requirements/svelte/api_front/src/pages/game/Game.svelte index f0e44f3d..1463c8ae 100644 --- a/srcs/requirements/svelte/api_front/src/pages/game/Game.svelte +++ b/srcs/requirements/svelte/api_front/src/pages/game/Game.svelte @@ -289,56 +289,54 @@ {#if hiddenGame} {#if showGameOptions} -
-
- -
- game options +
+ +
+ game options -
-
+ {#if options.isSomeoneIsInvited} + + {/if} +
+ +
+
{/if} {#if showInvitations} -
+
invitations @@ -372,9 +370,11 @@ flex-direction: column; flex-grow: 1; } -#game_option { + +#game_options, #game_invitations { margin-top: 20px; } + #canvas_container { margin-top: 20px; text-align: center;