From db96500c80c5e1f051cd7caacd471ac142327634 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Wed, 4 Sep 2019 17:25:55 -0400 Subject: [PATCH] Reduce composition area buffer height --- stylesheets/_modules.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 73b6e7e39b..0848d76d6f 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5025,7 +5025,7 @@ .module-composition-area { position: relative; min-height: 48px; - padding-top: 12px; + padding-top: 6px; &__row { display: flex; @@ -5085,7 +5085,7 @@ height: 24px; position: absolute; left: calc(50% - 24px); - top: -24px; + top: -18px; border-radius: 12px 12px 0 0; opacity: 0; @@ -5142,9 +5142,6 @@ .composition-area-placeholder { flex-grow: 1; - margin: { - bottom: 6px; - } } // Module: Last Seen Indicator