Styling fixes to media spoilers

This commit is contained in:
kibigo! 2017-06-30 02:56:19 -07:00
parent ec2daae71c
commit 46f83bb28b
1 changed files with 4 additions and 1 deletions

View File

@ -2333,6 +2333,9 @@ button.icon-button.active i.fa-retweet {
position: relative; position: relative;
text-align: center; text-align: center;
z-index: 100; z-index: 100;
margin-top: 15px;
margin-left:-68px;
width: calc(100% + 80px);
} }
.media-spoiler__warning { .media-spoiler__warning {
@ -3770,7 +3773,7 @@ button.icon-button.active i.fa-retweet {
background-position: center; background-position: center;
cursor: pointer; cursor: pointer;
margin-top: 15px; margin-top: 15px;
margin-left:-68px; margin-left: -68px;
width: calc(100% + 80px); width: calc(100% + 80px);
position: relative; position: relative;
} }