mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-11 14:52:01 +08:00
fix sidebar height grow (#660)
This commit is contained in:
parent
00e7a7130c
commit
64fdbd9284
@ -140,7 +140,7 @@ useHead(meta);
|
||||
</Menu>
|
||||
</div>
|
||||
</Container>
|
||||
<Container class="mt-5" lg="flex gap-6">
|
||||
<Container class="mt-5" lg="flex items-start gap-6">
|
||||
<!-- Projects -->
|
||||
<div class="w-full min-w-0 mb-5" lg="mb-0">
|
||||
<ProjectList :projects="projects" />
|
||||
|
Loading…
Reference in New Issue
Block a user