Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jan 25, 2025
1 parent f224db6 commit 6e3ec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/layout-header.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header
class="relative isolate z-10 flex h-16 flex-col items-center transition-[margin-top] duration-500 md:h-32 md:data-[collapsed=true]:mt-[calc((--spacing(5))+2*(--spacing(2))-(--spacing(32)))] lg:h-40 lg:data-[collapsed=true]:mt-[calc((--spacing(5))+2*(--spacing(2))-(--spacing(40)))]"
class="relative isolate z-10 flex h-16 flex-col items-center overflow-hidden transition-[margin-top] duration-500 md:h-32 md:data-[collapsed=true]:mt-[calc((--spacing(5))+2*(--spacing(2))-(--spacing(32)))] lg:h-40 lg:data-[collapsed=true]:mt-[calc((--spacing(5))+2*(--spacing(2))-(--spacing(40)))]"
:class="{ 'fixed top-0 inset-x-0': navigationOpen }"
data-collapsed="{{ json_encode($collapsed) }}"
>
Expand Down

0 comments on commit 6e3ec62

Please sign in to comment.