Fixed issue with admin link changing nav height.

This commit is contained in:
ChrisDill 2020-09-04 16:27:33 +01:00
parent 0f8ab1cbe6
commit 98d31cd118

View File

@ -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>