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 @@