diff --git a/src/assets/stylesheets/entry.scss b/src/assets/stylesheets/entry.scss
index 5680a01eda338c063eb8a6550d6c473549ff0329..54ab093626c7a48ada58e11d4e6d8af3f7f19961 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;
   }
 }