We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4b0c3 commit 46b1104Copy full SHA for 46b1104
1 file changed
web/src/components/GlobalUI.tsx
@@ -63,7 +63,7 @@ export function GlobalUI() {
63
64
{/* Backup Reminder Toast */}
65
{showBackupReminder && (
66
- <div className="fixed bottom-20 md:bottom-6 right-4 md:right-6 z-50 animate-in fade-in slide-in-from-bottom-4">
+ <div className="fixed bottom-24 md:bottom-6 left-4 right-4 md:left-auto md:right-6 z-50 animate-in fade-in slide-in-from-bottom-4">
67
<div className="bg-zinc-900 border border-zinc-800 text-white rounded-xl shadow-2xl p-4 w-80 flex flex-col gap-3">
68
<div className="flex items-start gap-3">
69
<div className="p-2 bg-amber-500/10 rounded-lg shrink-0">
0 commit comments