diff options
author | 2022-10-29 10:38:47 +0800 | |
---|---|---|
committer | 2023-05-06 11:04:37 +0200 | |
commit | 7bf2766bd2468766497b5ec35657856815f8bb34 (patch) | |
tree | 3a1d24f426647af435cdf19aab5f39b854bcdded /pydis_site/templates/content/dropdown.html | |
parent | Use content articles source url in django.conf.settings (diff) |
Put 'Edit on GitHub' on breadcrum row with Sub-Articles dropdown
Diffstat (limited to 'pydis_site/templates/content/dropdown.html')
-rw-r--r-- | pydis_site/templates/content/dropdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/content/dropdown.html b/pydis_site/templates/content/dropdown.html index 13c89c68..60560547 100644 --- a/pydis_site/templates/content/dropdown.html +++ b/pydis_site/templates/content/dropdown.html @@ -1,4 +1,4 @@ -<div class="dropdown is-pulled-right is-right" id="dropdown" style="z-index: 1"> +<div class="dropdown" id="dropdown" style="z-index: 1"> <div class="dropdown-trigger"> <a aria-haspopup="true" aria-controls="subarticle-menu"> <span>Sub-Articles</span> |