fix obnoxiously large video players

This commit is contained in:
Django Doucet 2020-02-04 22:32:41 -05:00
parent 47d1cc01b5
commit a80b66d43e
1 changed files with 3 additions and 0 deletions

View File

@ -289,6 +289,9 @@
.status__content .media-gallery__item{
margin: 1em 0;
}
video.media-gallery__item{
max-width: 100%;
}
i.fa-retweet {
background-image: url('../img/retoot.svg');
background-position: 0 0;