From b8d4e6abee9b39633e74578af4b8c77f55144a6b Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 25 Feb 2015 03:12:03 +0100 Subject: [PATCH] max-width 100% for img and video media There's still a margin to the edges, but this will make it scale properly in the smaller width mobile-mode as well, without a bunch of @media rules. --- css/qvitter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/qvitter.css b/css/qvitter.css index 53bd3ed..b6ae9bd 100644 --- a/css/qvitter.css +++ b/css/qvitter.css @@ -2191,7 +2191,7 @@ ul.queet-actions li .icon.is-mine:before { } .stream-item .media img, .stream-item .media video { - max-width: 500px; + max-width: 100%; } ul.stats {