mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
fix: move toast notifications to bottom-left (#489)
This commit is contained in:
@@ -943,10 +943,9 @@ export default function ChatPanel({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Toaster
|
<Toaster
|
||||||
position="bottom-center"
|
position="bottom-left"
|
||||||
richColors
|
richColors
|
||||||
expand
|
expand
|
||||||
style={{ position: "absolute" }}
|
|
||||||
toastOptions={{
|
toastOptions={{
|
||||||
style: {
|
style: {
|
||||||
maxWidth: "480px",
|
maxWidth: "480px",
|
||||||
|
|||||||
Reference in New Issue
Block a user