style(nav): reduce spacing between language switcher, notification bell, and user menu
This commit is contained in:
@@ -75,17 +75,17 @@ new class extends Component
|
||||
</div>
|
||||
|
||||
<!-- Language Switcher -->
|
||||
<div class="hidden sm:flex sm:items-center sm:ms-6">
|
||||
<div class="hidden sm:flex sm:items-center sm:ms-2">
|
||||
@livewire('common.language-switcher')
|
||||
</div>
|
||||
|
||||
<!-- Notification Bell -->
|
||||
<div class="hidden sm:flex sm:items-center sm:ms-2">
|
||||
<div class="hidden sm:flex sm:items-center sm:ms-1">
|
||||
@livewire('common.notification-bell')
|
||||
</div>
|
||||
|
||||
<!-- Settings Dropdown -->
|
||||
<div class="hidden sm:flex sm:items-center sm:ms-2">
|
||||
<div class="hidden sm:flex sm:items-center sm:ms-1">
|
||||
<x-dropdown align="right" width="48">
|
||||
<x-slot name="trigger">
|
||||
<button class="inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md text-gray-500 bg-white hover:text-gray-700 focus:outline-none transition ease-in-out duration-150">
|
||||
|
||||
Reference in New Issue
Block a user