fix(AppPage): reposition Toaster to bottom-center for improved visibility
This commit is contained in:
parent
0900b83c95
commit
e122392cf2
|
|
@ -234,7 +234,7 @@ function AppPage({ title, onBack }: { title: string; onBack: () => void }) {
|
|||
return (
|
||||
<WsProvider>
|
||||
<div className="size-full flex flex-col bg-neutral-50">
|
||||
<Toaster position="top-center" />
|
||||
<Toaster position="bottom-center" offset="calc(4rem + env(safe-area-inset-bottom))" />
|
||||
<header className="bg-[#4d4d4d] px-0 py-0 flex-shrink-0" style={{ paddingTop: 'env(safe-area-inset-top)' }}>
|
||||
<div className="flex items-stretch justify-between min-h-[56px]">
|
||||
<button onClick={() => setCurrentPage('status')} className="flex items-center h-full">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user