Skip to content

Commit

Permalink
Merge pull request #7 from mkocansey/main
Browse files Browse the repository at this point in the history
Made component/notification mobile friendly
  • Loading branch information
mkocansey authored May 18, 2022
2 parents f8fc362 + 5b6fc08 commit 015b7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/components/notification.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'center_bottom' => 'bottom-10',
]
])
<div class="fixed {{ $position_css[str_replace(' ', '_', $position)] }} z-50 hidden border-2 bw-notification bg-white shadow-lg p-4 rounded-lg w-1/4">
<div class="fixed {{ $position_css[str_replace(' ', '_', $position)] }} z-50 hidden border-2 bw-notification bg-white shadow-lg p-4 rounded-lg w-[84%] sm:w-1/4">
<div class="flex">
<div class="flex-none pr-4">
<x-bladewind::modal-icon />
Expand Down

0 comments on commit 015b7d1

Please sign in to comment.