mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-27 07:03:26 +08:00
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:
parent
72b1bac39e
commit
aa6ffb78ee
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user