aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-05-16 18:44:10 +0100
committerGravatar GitHub <[email protected]>2021-05-16 18:44:10 +0100
commit7f0df6a6be4e1b88f9e5dec3e931844656b6a9dc (patch)
treefec5581d5e27fc860db6424f7c1d6a3a71565693
parentMerge pull request #501 from python-discord/update/sir-lancebot-env-vars (diff)
parentMerge 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.html5
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">