From 0a41c294f49a08e2154d7fb431375ce3bb5078a8 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 1 May 2015 02:04:47 +0200 Subject: [PATCH] move fullscreen button slightly up on small screen, make those styles apply with small heights as well --- style/lantea.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style/lantea.css b/style/lantea.css index 1ce34d2..47d0f5b 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -206,7 +206,8 @@ h1 { max-width: 95%; } -@media screen and (max-width: 500px) { +@media screen and (max-width: 500px), + screen and (max-height: 500px) { body { font-size: 10px; } @@ -220,7 +221,7 @@ h1 { } #fullscreenArea { right: 1px; - bottom: 10px; + bottom: 20px; } #copyright { bottom: 1px; -- 2.35.3