From 74a6e70c37b4f33ef4a8773fbd1779c8e8f9ce55 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 5 Nov 2019 15:58:56 +1100 Subject: [PATCH] ctrl buttons margins --- client/assets/styles/styles.mobile.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/assets/styles/styles.mobile.less b/client/assets/styles/styles.mobile.less index 9559afde..329b9f0f 100644 --- a/client/assets/styles/styles.mobile.less +++ b/client/assets/styles/styles.mobile.less @@ -109,5 +109,11 @@ z-index: -1; } } + + aside { + button { + margin-bottom: 0.5em; + } + } } }