diff --git a/CHANGELOG.md b/CHANGELOG.md index 339a969a..b3a1cc88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ TBD - PWA: Removed the custom offline page in favour of browser default ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/607)) - Fix hidden servers appearing visible on public mobile status page ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/612)) ### Tweaks -TBD +- Polish/Enhance display for InApp Documentation ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/613)) ### Lang TBD

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