From f3d897ef656c52a4216b01c08f80a4431380795c Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 8 Mar 2015 01:28:27 -0800 Subject: [PATCH] Corrected imagebar image size with noscript enabled to match noscript-disabled size --- noscript.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/noscript.css b/noscript.css index dac3b9b..25a7b84 100644 --- a/noscript.css +++ b/noscript.css @@ -16,5 +16,6 @@ } #imagebar img { - width: 23vw; + width: 400px; + max-width: 70vw; }