Skip to content

Commit

Permalink
Added expand all btn to menu, removed whitespace in menu
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 653922d commit ffbe8a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@

<li>
<ul class="collapsible">
<a href="#" class="right btn-floating orange">
<i class="material-icons">unfold_more</i>
</a>
<li>
<div class="collapsible-header">
<a class="black-text">Home</a>
<i class="material-icons">arrow_drop_down</i>

</div>
<div class="collapsible-body">
<ul>
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
.sidenav {
top: 65px;
}
.sidenav .divider {
margin-top: 0px;
}

@media only screen and (max-width : 992px) {

Expand Down

0 comments on commit ffbe8a1

Please sign in to comment.