fix: can't preview alignment
This commit is contained in:
parent
65eebb8618
commit
b7f0c9f434
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
||||||
padding-top: var(--video-aspect-ratio);
|
padding-top: var(--video-aspect-ratio);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.card__media-text {
|
||||||
|
margin-top: calc(-1 * var(--video-aspect-ratio));
|
||||||
|
}
|
||||||
|
|
||||||
&.content__empty--nsfw {
|
&.content__empty--nsfw {
|
||||||
background-color: $lbry-grape-3;
|
background-color: $lbry-grape-3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue