diff options
author | 2018-04-10 19:39:29 +0200 | |
---|---|---|
committer | 2018-04-10 19:39:29 +0200 | |
commit | dd6835dfd6a7f8fb6baea76a0cddd8289e43130f (patch) | |
tree | e433366cf41977d0a9aa554721a649a15cfb355d /templates/main/navigation.html | |
parent | Forces the sidebar and the rest of that container div to fill the page (diff) |
Flash of Unstyled Content fix
Diffstat (limited to 'templates/main/navigation.html')
-rw-r--r-- | templates/main/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 47c20d56..5dc78cc6 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -3,7 +3,7 @@ margin-left: -20px; } </style> -<div class="uk-container uk-container-expand uk-background-secondary uk-light" uk-sticky="sel-target: .uk-navbar-container; cls-active: uk-navbar-sticky"> +<div class="navbar-padding uk-background-secondary uk-light" uk-sticky="sel-target: .uk-navbar-container; cls-active: uk-navbar-sticky; animation: uk-animation-slide-top; top: 400; bottom: #animation"> <nav data-uk-navbar class="uk-navbar-container uk-navbar-transparent" uk-navbar="boundary-align: true"> <div class="uk-navbar-left uk-padding-remove-left"> <a href="{{ url_for('main.index') }}" class="uk-navbar-item uk-logo uk-padding-remove-left"> |