diff options
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index dd6228cc..47116eb5 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -48,7 +48,9 @@ <i class="toggle fa fa-navicon"></i> </a> <nav id="tag-list"></nav> - <nav id="logout"></nav> + <div class="side-nav-bottom"> + <nav id="logout"></nav> + </div> </section> </div> </div> |