From 3ad2e0abba914944695e5e8f71539c6af856bed3 Mon Sep 17 00:00:00 2001 From: Joshua Judson Rosen Date: Fri, 5 Dec 2014 00:08:09 -0500 Subject: [PATCH] Use the background-image even in condensed view. Scale and position it so as to smoothly transition across the condensed/full threshold. --- css/qvitter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/qvitter.css b/css/qvitter.css index 7597133..118234d 100644 --- a/css/qvitter.css +++ b/css/qvitter.css @@ -4175,7 +4175,7 @@ body.rtl #feed-header-inner h2 { @media (max-width: 910px) { body { - background:none !important; + background-size 910px auto !important; } .upload-background-image {