Skip to content

Commit 64e1330

Browse files
Fix Bifrost button visibility and adjust navigation bar item spacing
1 parent 34b0288 commit 64e1330

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/components/bifrost-button.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a
66
href="https://bifrost.nativephp.com/"
77
@class([
8-
'group relative z-0 hidden items-center overflow-hidden rounded-full bg-gray-200 transition duration-200 will-change-transform hover:scale-x-105 lg:inline-flex dark:bg-slate-800',
8+
'group relative z-0 inline-flex items-center overflow-hidden rounded-full bg-gray-200 transition duration-200 will-change-transform hover:scale-x-105 dark:bg-slate-800',
99
1010
'px-4 py-2 text-sm' => $small,
1111

resources/views/components/navigation-bar.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ class="-mt-px size-3.5"
7575
</div>
7676

7777
{{-- Right side --}}
78-
<div class="flex items-center gap-3">
78+
<div class="flex items-center gap-2.5">
7979
{{-- Mobile menu --}}
8080
<x-navbar.mobile-menu />
8181

8282
{{-- Desktop menu --}}
8383
<div
84-
class="hidden items-center gap-3 text-sm lg:flex"
84+
class="hidden items-center gap-2.5 text-sm lg:flex"
8585
aria-label="Primary navigation"
8686
>
8787
{{-- Link --}}

0 commit comments

Comments
 (0)