1
0
mirror of https://git.feneas.org/mediaformat/fediembedi synced 2025-01-25 01:35:07 +01:00

fix obnoxiously large video players

This commit is contained in:
Django Doucet 2020-02-04 22:32:41 -05:00
parent 47d1cc01b5
commit a80b66d43e

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;