From 19a303615ddf8a097671e7aaa42c3ff8cf7600ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Fri, 5 Apr 2024 15:34:44 +0200 Subject: [PATCH] - window mobile device support added --- style/spreadquiz_mobile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/spreadquiz_mobile.css b/style/spreadquiz_mobile.css index 37b900b..8ca30cd 100644 --- a/style/spreadquiz_mobile.css +++ b/style/spreadquiz_mobile.css @@ -60,4 +60,10 @@ section.game-box-caption { width: 100vw; } + + section.window { + width: calc(100vw - 2em); + padding: 1em; + max-height: calc(100vh - 2em); + } } \ No newline at end of file