summaryrefslogtreecommitdiffstats
path: root/data/css/style.css
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-01-03 18:19:19 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-01-03 18:19:19 +0100
commit1bf36e3c13a534a94b38e9bce50589ea59a7aee6 (patch)
tree80f5817eb5ab7174dd569cfa566a172d132fe4e7 /data/css/style.css
parent08ab0a51e77e99f0318ebd198d9569679e4a24f8 (diff)
Lazyload thumbnails
Apparently there are users with >500 images and they view their thumbnail history on mobile phones. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r--data/css/style.css4
1 files changed, 4 insertions, 0 deletions
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;