From b42a494dec07b0c26ca7b8a653adfcee8437ff2d Mon Sep 17 00:00:00 2001 From: Kegan Myers Date: Sun, 16 Apr 2017 11:04:32 -0500 Subject: [PATCH] Make the columns wider --- app/assets/stylesheets/components.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 84344e94..59f26b1e 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -889,6 +889,11 @@ a.status__content__spoiler-link { padding-right: 10px; } } + + .column { + flex-grow: 1; + max-width: 600px; // This is just a guess at a sane max value + } } @media screen and (min-width: 2560px) { @@ -902,6 +907,11 @@ a.status__content__spoiler-link { height: 90vh; margin-top: 5vh; } + + .column { + flex-grow: 1; + max-width: 600px; // This is just a guess at a sane max value + } } .drawer__pager {