From 55e1ee09ca54ce8cb982c9a5ef898e3d72a841ca Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 17 Apr 2013 17:45:29 +0200 Subject: [PATCH] Use vh and vw units for images in quote previews when possible. --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index aefedc2c3..55706ff94 100644 --- a/css/style.css +++ b/css/style.css @@ -485,6 +485,8 @@ a.hide-announcement { #qp img { max-height: 300px; max-width: 500px; + max-height: 80vh; + max-width: 50vw; } .qphl { outline: 2px solid rgba(216, 94, 49, .7);