diff options
Diffstat (limited to 'templates/wiki/base.html')
| -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" %}  |