Fixed issue with admin link changing nav height.
This commit is contained in:
parent
0f8ab1cbe6
commit
98d31cd118
1 changed files with 2 additions and 6 deletions
|
|
@ -11,11 +11,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
display: inline-block;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<a on:click={onClick} href="404"> <img src="/user.svg" alt="Admin"> </a>
|
<!-- <a on:click={onClick} href="404"><img src="/user.svg" alt="Admin"></a> -->
|
||||||
|
<a on:click={onClick} href="404">Admin</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue