From 1bf36e3c13a534a94b38e9bce50589ea59a7aee6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 3 Jan 2015 18:19:19 +0100 Subject: Lazyload thumbnails Apparently there are users with >500 images and they view their thumbnail history on mobile phones. Signed-off-by: Florian Pritz --- data/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/css') diff --git a/data/css/style.css b/data/css/style.css index 18a8e8bb1..4af58e9c4 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -24,6 +24,10 @@ max-width: 300px; } +.lazyload { + display: none; +} + .divider { height:50px; margin:0 9px; -- cgit v1.2.3-24-g4f1b