From 2a0a4472945d1757693b9014fb672cc8d6fef4b6 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 27 Apr 2018 12:38:47 +0100 Subject: [Wiki] Fix left sidebar width on some devices --- static/style.css | 6 +++++- templates/wiki/base.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index dc16f6d7..04f83fa7 100644 --- a/static/style.css +++ b/static/style.css @@ -133,4 +133,8 @@ div#partner-cards div.uk-card-default { /* Resize navbar to correct proportions */ img.navbar-logo { max-width: 110%; -} \ No newline at end of file +} + +#wiki-nav uk-nav-divider { + min-width: 7rem; +} diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 87686a83..f53eea65 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -32,7 +32,7 @@ {% include "main/navigation.html" %}
-
    +
      {% if data is defined %} {% if "headers" in data and data.headers %}
    • Contents
    • -- cgit v1.2.3