Skip to content

Commit

Permalink
style: move the wagtailuserbar to the bottom-right
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 20, 2021
1 parent ec4110b commit 82e03af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{% endif %}

<!-- FontAwesome -->
{% raw %}<link rel="stylesheet" type="text/css" href="{% static 'vendors/fontawesome/css/all.min.css' %}">
{% raw %}<link rel="stylesheet" type="text/css" href="{% static 'vendors/@fortawesome/fontawesome-free/css/all.min.css' %}">

{% compress css %}{% endraw %}

Expand All @@ -70,7 +70,7 @@
</head>

<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar 'bottom-left' %}
{% wagtailuserbar 'bottom-right' %}

<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
Expand Down

0 comments on commit 82e03af

Please sign in to comment.