From a80b66d43e5d65ba8c618e293ad73fd21637d466 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Tue, 4 Feb 2020 22:32:41 -0500 Subject: [PATCH] fix obnoxiously large video players --- assets/mastodon.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/mastodon.css b/assets/mastodon.css index 86d8c76..724eda1 100644 --- a/assets/mastodon.css +++ b/assets/mastodon.css @@ -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;