diff options
author | 2018-04-09 22:45:15 +0200 | |
---|---|---|
committer | 2018-04-09 22:45:15 +0200 | |
commit | 814555aefb58cdd7ae906e80f7a58fec2df3cab4 (patch) | |
tree | 665f7ab27cd4d54580dc05287511cf5fc9eabdce /templates | |
parent | Abstract 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')
-rw-r--r-- | templates/wiki/base.html | 4 |
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" %} |