toasts timer increased to 5s. Add animation to the toast Add toast for like and favorite actions fixed the deal card design added a opening animation to modal
7 lines
359 B
PHP
7 lines
359 B
PHP
<div class="toast translate-x-[100vw] transition-transform duration-500 ease-in-out fixed top-10 right-5 md:right-10 bg-black text-white rounded-xl shadow-lg p-4 flex space-x-2">
|
|
<p id="toast-message" class="max-w-70 wrap-break-word"></p>
|
|
<x-ui.button-sm onclick="hideToast()">
|
|
<x-heroicon-o-x-mark class="w-4" />
|
|
</x-ui.button-sm>
|
|
</div>
|