From 34880802b34fffcc2703c57f391ca5657430547f Mon Sep 17 00:00:00 2001 From: Dean Sofer Date: Tue, 14 May 2024 23:53:36 +0300 Subject: [PATCH] Fix bar positioning --- src/Game/Game.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Game/Game.css b/src/Game/Game.css index 42bcff2..2eadf6a 100644 --- a/src/Game/Game.css +++ b/src/Game/Game.css @@ -34,8 +34,11 @@ :nth-child(1 of .bar) { order: 3; display: flex; - flex-direction: column; - justify-content: flex-end; + flex-direction: column; + justify-content: flex-end; + @media (max-aspect-ratio: 1) { + flex-direction: row; + } } :nth-child(2 of .bar) { order: 7;