mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
fix: fixes alerts on mobile (#3819)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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
|
<div
|
||||||
class="alert max-w-xl shadow-sm max-md:rounded-none"
|
class="alert max-w-xl shadow-sm max-md:rounded-none"
|
||||||
v-for="{ toast, options: { timed } } in toasts"
|
v-for="{ toast, options: { timed } } in toasts"
|
||||||
|
|||||||
Reference in New Issue
Block a user