diff options
author | 2020-10-18 02:50:02 +0800 | |
---|---|---|
committer | 2020-10-18 02:50:02 +0800 | |
commit | ed2426cd30a9d70f9cafad44f567d465432afb5e (patch) | |
tree | ee957d7c5e92c79e6e4d0f4fca611824b2bbed8e /pydis_site | |
parent | Merge pull request #381 from python-discord/feat/timeline (diff) |
Hide arrow to the right of More below the 1024px breakpoint
Diffstat (limited to 'pydis_site')
-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 c2915025..1bf5b7aa 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -58,7 +58,10 @@ {# More #} <div class="navbar-item has-dropdown is-hoverable has-left-margin-1"> - <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"> |