Skip to content

Commit

Permalink
added temporary nav icon for mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
singhayushh committed Jul 4, 2021
1 parent 250eeb3 commit 16e5d4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions views/components/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@
<span>Contact</span>
</a>
</li>
<% if (!auth) { %>
<li class="hide">
<a href="/profile/me">
<div class="icon">
<ion-icon name="happy-outline"></ion-icon>
</div>
</a>
</li>
<% } %>
</ul>
</nav>

Expand Down
1 change: 1 addition & 0 deletions views/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ footer li {
border-radius: 8px;
padding: var(--margin);
transition: all 0.4s ease-in-out;
margin-bottom: var(--margin);
}

.table {
Expand Down

0 comments on commit 16e5d4d

Please sign in to comment.