Skip to content

Commit

Permalink
sidebar items are unfold by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Bülo authored and Mrfai committed Feb 17, 2023
1 parent 4a73245 commit 111d16d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions header.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<a href="#" class="right btn-floating orange">
<i class="material-icons">unfold_more</i>
</a>
<li>
<li class="active">
<div class="collapsible-header">
<a class="black-text">Home</a>
<i class="material-icons">arrow_drop_down</i>
Expand Down Expand Up @@ -74,7 +74,7 @@

<li>
<ul class="collapsible">
<li>
<li class="active">
<div class="collapsible-header">
<a class="black-text">Download</a>
<i class="material-icons">arrow_drop_down</i>
Expand All @@ -99,7 +99,7 @@

<li>
<ul class="collapsible">
<li>
<li class="active">
<div class="collapsible-header">
<a class="black-text">Documentation</a>
<i class="material-icons">arrow_drop_down</i>
Expand Down Expand Up @@ -130,7 +130,7 @@

<li>
<ul class="collapsible">
<li>
<li class="active">
<div class="collapsible-header">
<a class="black-text">Developers</a>
<i class="material-icons">arrow_drop_down</i>
Expand Down

0 comments on commit 111d16d

Please sign in to comment.