1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix: fixes alerts on mobile (#3819)

This commit is contained in:
Amir Raminfar
2025-04-19 09:41:57 -07:00
committed by GitHub
parent e96631930e
commit 18c87256cc

View File

@@ -1,5 +1,5 @@
<template>
<div class="toast toast-end whitespace-normal max-md:m-0 max-md:w-full">
<div class="toast toast-end whitespace-normal max-md:end-auto max-md:m-0 max-md:max-w-full">
<div
class="alert max-w-xl shadow-sm max-md:rounded-none"
v-for="{ toast, options: { timed } } in toasts"