From 39e0fd3e667c7650bfc94cf5a5c6095dd6b3a783 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 12 Dec 2018 03:20:27 -0500 Subject: [PATCH] Fixes min-width sizing on welcome --- src/ui/scss/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/scss/main.scss b/src/ui/scss/main.scss index c4121a6..a44b41e 100644 --- a/src/ui/scss/main.scss +++ b/src/ui/scss/main.scss @@ -885,7 +885,7 @@ ul { .section-group__content { flex: auto 1 1; - min-width: 0; + min-width: 410px; } .section-group__content--full-scroll { @@ -914,9 +914,9 @@ ul { .section-group__sidebar--welcome { flex: 196px 0 0; - margin: 1em 0 0 0.5em; + margin: 1em 1em 0 0.5em; - @media all and (max-width: 560px) { + @media all and (max-width: 616px) { display: none; } }