From 2d930655b64fa8b1c7fe36bef40d7a0776f942dd Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Mon, 22 Oct 2018 22:14:09 +0200 Subject: [PATCH] Cosmetic fix for filebrowser --- changelog.txt | 3 +++ configurator.py | 5 +++++ dev.html | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/changelog.txt b/changelog.txt index fa88746..53c894c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +Version 0.3.3 () +- Display covered last item in file browser + Version 0.3.2 (2018-08-09) - Allow `PASSWORD` to be numeric (Issue #108) @danielperna84 - Sanity check for `ALLOWED_NETWORKS`, `BANNED_IPS` and `IGNORE_PATTERN` (Issue #109) @danielperna84 diff --git a/configurator.py b/configurator.py index f053d95..c2b3ea8 100755 --- a/configurator.py +++ b/configurator.py @@ -283,6 +283,11 @@ border-bottom: 1px solid #eeeeee !important; } + .side-nav { + width: 337px !important; + height: 100% !important; + } + .fb_side-nav li { line-height: 36px; } diff --git a/dev.html b/dev.html index 203d05b..a1bc7fe 100644 --- a/dev.html +++ b/dev.html @@ -171,6 +171,11 @@ border-bottom: 1px solid #eeeeee !important; } + .side-nav { + width: 337px !important; + height: 100% !important; + } + .fb_side-nav li { line-height: 36px; }