From bb24a43eb2feff95d111b0aef6ec3bc23338c93f Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Sun, 16 Jul 2023 23:49:06 +0200 Subject: [PATCH] Fix layout bug in mobile Added in [af8c4ec] --- static/styles.css | 1 + static/styles.scss | 1 + templates/head_common.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 49efb44..165e56e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -264,6 +264,7 @@ iframe { .container .columnA { display: flex; position: relative; + max-width: none; top: auto; align-items: center; margin-top: 0rem; diff --git a/static/styles.scss b/static/styles.scss index bc1ea9f..f401eeb 100644 --- a/static/styles.scss +++ b/static/styles.scss @@ -302,6 +302,7 @@ iframe { @media (max-width: 580px) { display: flex; position: relative; + max-width: none; top: auto; align-items: center; margin-top: 0rem; diff --git a/templates/head_common.html b/templates/head_common.html index 102018e..3a148d6 100644 --- a/templates/head_common.html +++ b/templates/head_common.html @@ -1,2 +1,2 @@ - +