From da26a2c585c6470caa52a05de9c412f48b7600db Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Thu, 29 Aug 2019 19:08:19 +0100 Subject: [PATCH] settings now takes up the full window in mobile. --- src/components/app/Popouts/Popouts/Settings.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/app/Popouts/Popouts/Settings.vue b/src/components/app/Popouts/Popouts/Settings.vue index e2d89fd..9954400 100644 --- a/src/components/app/Popouts/Popouts/Settings.vue +++ b/src/components/app/Popouts/Popouts/Settings.vue @@ -227,6 +227,8 @@ export default { @media (max-width: 550px) { .settings-box { flex-direction: column; + height:100%; + border-radius: 0; } .tabs { height: 50px;