diff options
author | 2019-10-19 15:15:40 +0100 | |
---|---|---|
committer | 2019-10-19 15:15:40 +0100 | |
commit | 7bdd61049e952671e1bd3c809545bb8cecb3956f (patch) | |
tree | 5a4be73a6fe705f3a355867e8101b9a964286796 /pydis_site/templates/base/navbar.html | |
parent | Initial navbar change to add settings button next to logout (diff) |
Bring navbar styling in line on mobile as well
Diffstat (limited to 'pydis_site/templates/base/navbar.html')
-rw-r--r-- | pydis_site/templates/base/navbar.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index f0041b6b..f1a3f928 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -102,6 +102,7 @@ {% else %} <form method="post" action="{% url 'logout' %}"> {% csrf_token %} + <div class="field navbar-item is-paddingless is-fullwidth is-grouped"> <button type="submit" class="button is-white is-inline is-fullwidth has-text-left is-size-navbar-menu has-text-grey-dark">Logout</button> <a title="Settings" class="button is-white is-inline has-text-right is-size-navbar-menu has-text-grey-dark" href="#"> |