From 90735f044d7656f59f3d5a1cdba320157f1c5dbc Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 25 Oct 2020 18:09:54 -0400 Subject: [PATCH] Widened the columns a bit so the buttons can all fit. --- app/javascript/styles/qoto-no-ticker.scss | 8 ++++++++ app/javascript/styles/qoto.scss | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/app/javascript/styles/qoto-no-ticker.scss b/app/javascript/styles/qoto-no-ticker.scss index 686ad3a008..3a5caffa6c 100644 --- a/app/javascript/styles/qoto-no-ticker.scss +++ b/app/javascript/styles/qoto-no-ticker.scss @@ -65,3 +65,11 @@ .account__header__content { text-align: center; } + +.column { + width: 360px; +} + +.drawer { + width: 360px; +} diff --git a/app/javascript/styles/qoto.scss b/app/javascript/styles/qoto.scss index 69f1383e6a..32aa991a38 100644 --- a/app/javascript/styles/qoto.scss +++ b/app/javascript/styles/qoto.scss @@ -66,3 +66,11 @@ .account__header__content { text-align: center; } + +.column { + width: 360px; +} + +.drawer { + width: 360px; +} -- GitLab