Re-center hidden media text vertical
This commit is contained in:
parent
f5d6bdd9c0
commit
b0487488a7
|
@ -2706,6 +2706,8 @@ button.icon-button.active i.fa-retweet {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
.status__content > & {
|
.status__content > & {
|
||||||
margin-top: 15px; // Add margin when used bare for NSFW video player
|
margin-top: 15px; // Add margin when used bare for NSFW video player
|
||||||
|
|
Reference in New Issue