mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
fix(frontend): make nav links larger (#706)
This commit is contained in:
parent
89513bfdd5
commit
ffe97d0908
@ -186,7 +186,7 @@ function isRecent(date: string): boolean {
|
||||
<!-- dummy diff to make the transition work on pages where template root has multiple elements -->
|
||||
<div id="#navbarMenuLinks">
|
||||
<PopoverPanel
|
||||
class="fixed z-10 w-9/10 background-default top-1/14 left-1/20 filter drop-shadow-md rounded-md border-top-primary text-xs p-[20px]"
|
||||
class="fixed z-10 w-9/10 background-default top-1/14 left-1/20 filter drop-shadow-md rounded-md border-top-primary text-sm p-[20px]"
|
||||
md="absolute w-max top-10 rounded-none rounded-bl-md rounded-r-md"
|
||||
>
|
||||
<p class="text-base font-semibold color-primary mb-4">Hangar</p>
|
||||
|
Loading…
Reference in New Issue
Block a user