Fix for the dropdown menu with mobile

Retry, I hope I didnt mess it up this time.
This should fix #70
The a href from the logo (the parent of the image and dropdown icon) has been moved to the around the image tag itself.
This commit is contained in:
realDragonium 2020-08-29 15:46:37 +02:00 committed by Nassim
parent 72b1bac39e
commit aa6ffb78ee

View File

@ -6,10 +6,12 @@
<div class="container">
<#-- Left navbar -->
<div id="sp-logo-container">
<a class="logo" href="${routes.getRouteUrl("showHome")}">
<img src="https://papermc.io/images/logo-marker.svg" alt="Paper logo">
<div class="logo">
<a href="${routes.getRouteUrl("showHome")}">
<img src="https://papermc.io/images/logo-marker.svg" alt="Paper logo">
</a>
<i class="fas fa-fw fa-chevron-down"></i>
</a>
</div>
<div id="sp-logo-menu">
<ul id="sp-logo-dropdown">