From dd8b8b5cb9ed70fa729be3ebd5daa0d3d8a5ce0a Mon Sep 17 00:00:00 2001 From: Silversthorn Date: Wed, 2 Aug 2023 19:26:39 +0200 Subject: [PATCH] Better Display for InApp Documentation --- app/frontend/templates/panel/wiki.html | 64 +++++++++++++++----------- 1 file changed, 37 insertions(+), 27 deletions(-) diff --git a/app/frontend/templates/panel/wiki.html b/app/frontend/templates/panel/wiki.html index 3550cba4..4e54d60f 100644 --- a/app/frontend/templates/panel/wiki.html +++ b/app/frontend/templates/panel/wiki.html @@ -7,8 +7,8 @@ {% block content %} -
- + +
@@ -16,35 +16,45 @@

{{ translate('sidebar', 'documentation', data['lang']) }}

-
-
-
- +
+
+
+ +
- -
- - + .iframe-col { + height: 100%; + } + + .iframe-row { + height: 100%; + max-height: calc(100% - 63px); + padding-bottom: 1rem; + } + + .mobile-content-wrapper { + padding: 0; + } + - {% end %} \ No newline at end of file +{% end %} \ No newline at end of file