Skip to content

Commit

Permalink
Update default.html: disabled the expandable nav button and division
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jun 20, 2024
1 parent 6576133 commit d0d66a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<img src="{{ site.baseurl }}/website/UixcmWD2vRme5iam" alt="" class="w-[40px] rounded-lg flex-1" />
<p class="text-[16px] md:text-[20px]">{{ site.title | default: site.github.repository_name }}</p>
</a>
<div class="sm:hidden">
<!-- <div class="sm:hidden">
<button
type="button"
class="hs-collapse-toggle size-9 flex justify-center items-center gap-x-2 text-sm font-semibold rounded-lg border border-orange-500 text-orange-500 hover:border-orange-500 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
Expand Down Expand Up @@ -78,13 +78,13 @@
</svg>
</button>
</div>
</div>
<div id="navbar-collapse-with-animation" class="hs-collapse hidden overflow-hidden transition-all duration-300 sm:block">
</div> -->
<!-- <div id="navbar-collapse-with-animation" class="hs-collapse hidden overflow-hidden transition-all duration-300 sm:block"> -->
<div class="flex flex-col gap-y-4 gap-x-0 mt-5 sm:flex-row sm:items-center sm:justify-end sm:gap-y-0 sm:gap-x-7 sm:mt-0 sm:ps-7">
<a class="font-medium text-white hover:text-orange-500 sm:py-6" href="{{ site.baseurl }}/">Main</a>
<a class="font-medium text-white hover:text-orange-500 sm:py-6" href="{{ site.baseurl }}/docs.html">Docs</a>
</div>
</div>
<!-- </div> -->
</nav>
</header>
</div>
Expand Down

0 comments on commit d0d66a4

Please sign in to comment.