Remove extra spacing between top bar and aside/body

This commit is contained in:
Peter Stockings
2023-12-08 22:32:48 +11:00
parent 9dab060d23
commit 2400cd02b9

View File

@@ -82,12 +82,12 @@
</div>
</div>
</nav>
<div class="flex overflow-hidden bg-white pt-16">
<div class="flex overflow-hidden bg-white pt-14">
<aside id="sidebar"
class="fixed hidden z-20 h-full top-0 left-0 pt-16 flex lg:flex flex-shrink-0 flex-col w-64 transition-width duration-75"
class="fixed hidden z-20 h-full top-0 left-0 pt-14 flex lg:flex flex-shrink-0 flex-col w-64 transition-width duration-75"
aria-label="Sidebar">
<div class="relative flex-1 flex flex-col min-h-0 border-r border-gray-200 bg-white pt-0">
<div class="flex-1 flex flex-col pt-5 pb-4 overflow-y-auto">
<div class="flex-1 flex flex-col pb-4 overflow-y-auto">
<div class="flex-1 px-3 bg-white divide-y space-y-1">
<div class="space-y-2 pt-2">
<a hx-get="{{ url_for('dashboard') }}" hx-push-url="true" hx-target="#container"