From: Robert Kaiser Date: Fri, 1 May 2015 00:04:47 +0000 (+0200) Subject: move fullscreen button slightly up on small screen, make those styles apply with... X-Git-Tag: producution~12 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=0a41c294f49a08e2154d7fb431375ce3bb5078a8 move fullscreen button slightly up on small screen, make those styles apply with small heights as well --- 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;