From e42d5415972c2507622473ef94a4d3eaf5f21a40 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Wed, 3 Oct 2018 01:14:06 +0000
Subject: [PATCH] Make expand button more obvious

---
 src/assets/stylesheets/entry.scss | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/assets/stylesheets/entry.scss b/src/assets/stylesheets/entry.scss
index 5680a01ed..54ab09362 100644
--- a/src/assets/stylesheets/entry.scss
+++ b/src/assets/stylesheets/entry.scss
@@ -21,10 +21,12 @@
     @extend %fa-icon-button;
     color: white;
     position: absolute;
-    top: -48px;
+    top: -64px;
     right: 12px;
-    width: 32px;
-    height: 32px;
+    width: 38px;
+    height: 38px;
+    background-color: $action-color;
+    border-radius: 19px;
   }
 }
 
-- 
GitLab