From 8812cda2a26299d9146fae0d44f06e8e3b06fac7 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Tue, 13 Aug 2019 14:00:09 -0400 Subject: [PATCH] make room for quoted post and constrain the quoted post --- app/javascript/styles/gabsocial/components.scss | 2 +- app/javascript/styles/gabsocial/components/compose-form.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index bfcb1f7c..6e980661 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -4915,7 +4915,7 @@ noscript { flex-direction: column; .compose-form__autosuggest-wrapper .autosuggest-textarea__textarea { - max-height: calc(100vh - 263px) !important; + max-height: calc(100vh - 363px) !important; } } } diff --git a/app/javascript/styles/gabsocial/components/compose-form.scss b/app/javascript/styles/gabsocial/components/compose-form.scss index 87c9acc9..5c2cb965 100644 --- a/app/javascript/styles/gabsocial/components/compose-form.scss +++ b/app/javascript/styles/gabsocial/components/compose-form.scss @@ -293,6 +293,8 @@ .status__content { font-size: 0.9em; color: #555; + max-height: 100px; + overflow-y: auto; } } } // end .compose-form \ No newline at end of file