From 919469f391441a970a6314e85c710ec1489fefdd Mon Sep 17 00:00:00 2001
From: Ray Schamp <ray@scratch.mit.edu>
Date: Tue, 3 Apr 2018 15:33:07 -0400
Subject: [PATCH] Make the stage thumbnail match the comps

---
 src/components/stage-selector/stage-selector.css | 2 +-
 src/components/stage-selector/stage-selector.jsx | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/stage-selector/stage-selector.css b/src/components/stage-selector/stage-selector.css
index a6fe0b042..7b76457f8 100644
--- a/src/components/stage-selector/stage-selector.css
+++ b/src/components/stage-selector/stage-selector.css
@@ -72,7 +72,7 @@ $header-height: calc($stage-menu-height - 2px);
     display: block;
     width: 100%;
     user-select: none;
-    border-bottom: 1px solid #eaeaea;
+    border: 1px solid rgba(0,0,0,.1);
 }
 
 .add-button {
diff --git a/src/components/stage-selector/stage-selector.jsx b/src/components/stage-selector/stage-selector.jsx
index 8016caeca..8925f251f 100644
--- a/src/components/stage-selector/stage-selector.jsx
+++ b/src/components/stage-selector/stage-selector.jsx
@@ -68,9 +68,9 @@ const StageSelector = props => {
             {url ? (
                 <CostumeCanvas
                     className={styles.costumeCanvas}
-                    height={42}
+                    height={54}
                     url={url}
-                    width={56}
+                    width={72}
                 />
             ) : null}
             <div className={styles.label}>
-- 
GitLab