diff options
author | 2021-05-16 18:44:10 +0100 | |
---|---|---|
committer | 2021-05-16 18:44:10 +0100 | |
commit | 7f0df6a6be4e1b88f9e5dec3e931844656b6a9dc (patch) | |
tree | fec5581d5e27fc860db6424f7c1d6a3a71565693 | |
parent | Merge pull request #501 from python-discord/update/sir-lancebot-env-vars (diff) | |
parent | Merge branch 'main' into fix_327 (diff) |
Merge pull request #412 from Transfusion/fix_327
Hide arrow to the right of More below the 1024px breakpoint
-rw-r--r-- | pydis_site/templates/base/navbar.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index f19706cd..4cc49dc6 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -57,7 +57,10 @@ {# More #} <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link"> + <a class="navbar-link is-hidden-touch"> + More + </a> + <a class="navbar-link is-arrowless is-hidden-desktop"> More </a> <div class="navbar-dropdown"> |