aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-04-09 22:45:15 +0200
committerGravatar Leon Sandøy <[email protected]>2018-04-09 22:45:15 +0200
commit814555aefb58cdd7ae906e80f7a58fec2df3cab4 (patch)
tree665f7ab27cd4d54580dc05287511cf5fc9eabdce /templates/wiki
parentAbstract rst away and add icon directive (diff)
Forces the sidebar and the rest of that container div to fill the page
Diffstat (limited to 'templates/wiki')
-rw-r--r--templates/wiki/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html
index d28d9e77..4dce58d6 100644
--- a/templates/wiki/base.html
+++ b/templates/wiki/base.html
@@ -21,9 +21,9 @@
{% endblock %}
</head>
<body class="page-{{ current_page }}">
- <div class="uk-offcanvas-content">
+ <div class="uk-offcanvas-content uk-flex uk-flex-column">
{% include "main/navigation.html" %}
- <div class="uk-flex uk-flex-row" style="height: 100%;">
+ <div class="uk-flex uk-flex-row uk-flex-1">
<div class="uk-card uk-card-body uk-flex-left uk-flex">
<ul class="uk-nav-default uk-nav-parent-icon" uk-nav>
{% if (can_edit or debug) and current_page == "page" %}