From 63ceef41f728488446fafbaea02eb7a30bf051ee Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sat, 8 Sep 2018 14:51:49 -0700 Subject: [PATCH] Functional scroller of entire site Signed-off-by: James Ketrenos --- frontend/src/ketr-photos/ketr-photos.html | 43 +++++++++++++++-------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index b170984..8e83129 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -60,6 +60,11 @@ padding: 0.5em; } + #bottom { + margin-top: 3em; + padding-bottom: 1em; + } + #albums { height: 100%; overflow-y: scroll; @@ -90,9 +95,8 @@ --paper-toast-color: white; } - #placeholder { - position: absolute; - left: -1000px; + #thumbnails { +/* justify-content: space-between;*/ } app-header { @@ -175,15 +179,17 @@
[[item.name]] /
-
+
+ +
~ the end ~
+
-