From 8b49ccdc083b966bfe5dfb5cb15f44d5e2f17016 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alex.rose@rcsb.org> Date: Fri, 19 Jul 2019 17:41:40 -0700 Subject: [PATCH] tweaked bottom and top height --- src/mol-plugin/skin/base/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mol-plugin/skin/base/variables.scss b/src/mol-plugin/skin/base/variables.scss index d030806a5..734ea9850 100644 --- a/src/mol-plugin/skin/base/variables.scss +++ b/src/mol-plugin/skin/base/variables.scss @@ -15,10 +15,10 @@ $expanded-right-width: 300px; $expanded-left-width: 300px; $expanded-portrait-bottom-height: 10 * ($row-height + 1) + 3 * $control-spacing + 1; -$expanded-portrait-top-height: 2 * $row-height + 1; +$expanded-portrait-top-height: 3 * $row-height + 1; $standard-bottom-height: 8 * ($row-height + 1) + 3 * $control-spacing + 1; -$standard-top-height: 2 * $row-height + 1; +$standard-top-height: 3 * $row-height + 1; ////////////////////////////////////////////////// // ENTITY COLORS -- GitLab