about summary refs log tree commit diff
path: root/app/javascript/styles/components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/components.scss')
-rw-r--r--app/javascript/styles/components.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 304a056b3..481c97f00 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -2333,6 +2333,9 @@ button.icon-button.active i.fa-retweet {
   position: relative;
   text-align: center;
   z-index: 100;
+  margin-top: 15px;
+  margin-left:-68px;
+  width: calc(100% + 80px);
 }
 
 .media-spoiler__warning {
@@ -3770,7 +3773,7 @@ button.icon-button.active i.fa-retweet {
   background-position: center;
   cursor: pointer;
   margin-top: 15px;
-  margin-left:-68px;
+  margin-left: -68px;
   width: calc(100% + 80px);
   position: relative;
 }