changeset 216:1aed2ad39903

On mobile devices, try to display the prev/next navigation thumbnail images near top of the page for them to actually be visible at some times.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 21:19:03 +0200
parents 23995179ecd8
children 3209568d2a69
files basic.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Thu Mar 22 21:18:14 2018 +0200
+++ b/basic.css	Thu Mar 22 21:19:03 2018 +0200
@@ -447,6 +447,9 @@
 		}
 	}
 
+		div.imageCtrl a img {
+			top: 5%;
+		}
 
 	div.albumTitle, div.imageCaption {
 		font-size: 1.2em;