From 99caea6bc559460bb158d104d8c724fd2f6cf745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Fri, 5 Apr 2024 15:39:49 +0200 Subject: [PATCH] - main page overlappings fixed --- style/spreadquiz_mobile.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/style/spreadquiz_mobile.css b/style/spreadquiz_mobile.css index 8ca30cd..65b1361 100644 --- a/style/spreadquiz_mobile.css +++ b/style/spreadquiz_mobile.css @@ -7,10 +7,12 @@ right: 0; top: unset; width: 100%; + transition: 0.3s ease; } section#content_pane { width: 100vw; + height: calc(100vh - 4.5em); } iframe#content_frame { @@ -24,6 +26,10 @@ margin-bottom: 1em; } + section.game-box-caption { + width: 100vw; + } + section#info_pane:active, section#info_pane:hover, section#user_info { height: 12em; } @@ -57,10 +63,6 @@ padding-top: 2em; } - section.game-box-caption { - width: 100vw; - } - section.window { width: calc(100vw - 2em); padding: 1em;