diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-30 02:56:19 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-30 02:56:19 -0700 |
commit | 46f83bb28bfe17159b01f63a7f49874fefdd184f (patch) | |
tree | 9da9a8a1131dfee4df4d2f15ae766dcdfecfc31c /app/javascript | |
parent | ec2daae71ca03b414fa41a07e13e9653b0dff0a4 (diff) |
Styling fixes to media spoilers
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/components.scss | 5 |
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; } |