fix: can't preview alignment

This commit is contained in:
Sean Yesmunt 2018-12-07 12:38:03 -05:00
parent 65eebb8618
commit b7f0c9f434

View file

@ -54,6 +54,10 @@
padding-top: var(--video-aspect-ratio);
width: 100%;
.card__media-text {
margin-top: calc(-1 * var(--video-aspect-ratio));
}
&.content__empty--nsfw {
background-color: $lbry-grape-3;
}