From cbfc4a26697fdbdea542e5ec93233c3a6d789485 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Mon, 21 Sep 2020 15:54:06 +0200 Subject: [PATCH] iOS Optimierung --- static/infoscreen.css | 2 ++ templates/widget/infoscreen/read.html | 1 + 2 files changed, 3 insertions(+) diff --git a/static/infoscreen.css b/static/infoscreen.css index e82d501..f41cf05 100644 --- a/static/infoscreen.css +++ b/static/infoscreen.css @@ -1,6 +1,7 @@ html, body { width: 100vw; height: 100vh; + max-height: -webkit-fill-available; margin: 0; font-size: 2.5vmin; } @@ -9,6 +10,7 @@ html, body { .body-content { width: 100vw; height: 100vh; + max-height: -webkit-fill-available; padding: 0; } diff --git a/templates/widget/infoscreen/read.html b/templates/widget/infoscreen/read.html index 8bbb1ca..afcd167 100644 --- a/templates/widget/infoscreen/read.html +++ b/templates/widget/infoscreen/read.html @@ -10,6 +10,7 @@ {% endblock %} {% block metas %} + {% endblock %} {% block content %}