Skip to content

Commit

Permalink
Fixed right-side alignment using ->outsidePanelPlacement(...Right)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin-wildsea authored Nov 18, 2024
1 parent cf48593 commit 060f746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/language-switch.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div>
@if ($isVisibleOutsidePanels)
<div @class([
'fls-display-on fixed w-fit flex p-4 z-50',
'fls-display-on fixed w-fit flex p-4 z-50 w-full',
'top-0' => str_contains($outsidePanelsPlacement, 'top'),
'bottom-0' => str_contains($outsidePanelsPlacement, 'bottom'),
'justify-start' => str_contains($outsidePanelsPlacement, 'left'),
Expand All @@ -30,4 +30,4 @@
@else
@include('filament-language-switch::switch')
@endif
</div>
</div>

0 comments on commit 060f746

Please sign in to comment.