Minor style tweaks
This commit is contained in:
@@ -72,7 +72,7 @@ html(lang="en")
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endwith %}
|
| {% endwith %}
|
||||||
|
|
||||||
nav.navbar.navbar-expand-md.fixed-top
|
nav.navbar.navbar-expand-md.fixed-top.bg-white
|
||||||
a.navbar-brand(
|
a.navbar-brand(
|
||||||
href="{{ url_for('main.homepage') }}",
|
href="{{ url_for('main.homepage') }}",
|
||||||
title="Blender Cloud")
|
title="Blender Cloud")
|
||||||
|
@@ -28,12 +28,12 @@ li
|
|||||||
| {% endblock navigation_sections %}
|
| {% endblock navigation_sections %}
|
||||||
|
|
||||||
| {% block navigation_user %}
|
| {% block navigation_user %}
|
||||||
li.nav-item-sign-in
|
li.pt-1.pr-1
|
||||||
| {% if current_user.is_anonymous %}
|
| {% if current_user.is_anonymous %}
|
||||||
a.navbar-item(href="{{ url_for('users.login', next='/') }}")
|
a.btn.btn-outline-success(href="{{ url_for('users.login', next='/') }}")
|
||||||
| Log in and Explore
|
| Log in and Explore
|
||||||
| {% else %}
|
| {% else %}
|
||||||
a.navbar-item(href="{{ url_for('main.homepage') }}")
|
a.btn.btn-outline-success(href="{{ url_for('main.homepage') }}")
|
||||||
| Explore
|
| Explore
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endblock navigation_user %}
|
| {% endblock navigation_user %}
|
||||||
|
Reference in New Issue
Block a user