From 15fc22fd685147b8db58831dbe137e7a112bb909 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 8 Oct 2019 15:53:37 +1100 Subject: [PATCH] menu fixes --- client/assets/styles/styles.mobile.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/client/assets/styles/styles.mobile.less b/client/assets/styles/styles.mobile.less index f54478f2..0991f256 100644 --- a/client/assets/styles/styles.mobile.less +++ b/client/assets/styles/styles.mobile.less @@ -93,4 +93,18 @@ "inventory" "games"; } + + .options { + flex-flow: row wrap; + + button { + flex: 1; + } + } + + section { + .list { + grid-template-columns: 1fr; + } + } }