Skip to content

Commit

Permalink
Cosmetic fix for filebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Oct 22, 2018
1 parent 2735188 commit 2d93065
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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
Expand Down
5 changes: 5 additions & 0 deletions configurator.py
Expand Up @@ -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;
}
Expand Down
5 changes: 5 additions & 0 deletions dev.html
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2d93065

Please sign in to comment.