Remove extra spacing between top bar and aside/body
This commit is contained in:
@@ -82,12 +82,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="flex overflow-hidden bg-white pt-16">
|
<div class="flex overflow-hidden bg-white pt-14">
|
||||||
<aside id="sidebar"
|
<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">
|
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="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="flex-1 px-3 bg-white divide-y space-y-1">
|
||||||
<div class="space-y-2 pt-2">
|
<div class="space-y-2 pt-2">
|
||||||
<a hx-get="{{ url_for('dashboard') }}" hx-push-url="true" hx-target="#container"
|
<a hx-get="{{ url_for('dashboard') }}" hx-push-url="true" hx-target="#container"
|
||||||
|
|||||||
Reference in New Issue
Block a user