diff options
| author | Solstice <solstice@local> | 2026-06-09 01:02:30 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 01:02:30 -0700 |
| commit | 4e2d978eb5fc9457d5b913bc10faf1266e6dcda4 (patch) | |
| tree | 835f8cdc1160fe979a39e0bdad0c5179cc49820d /src/components/NotificationOverlay.tsx | |
| parent | f43f549ffbe3074977116c9f35aa7064d6a4bd95 (diff) | |
chore: final polish and preparation for release
Diffstat (limited to 'src/components/NotificationOverlay.tsx')
| -rw-r--r-- | src/components/NotificationOverlay.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/NotificationOverlay.tsx b/src/components/NotificationOverlay.tsx index 965f19d..2b8861c 100644 --- a/src/components/NotificationOverlay.tsx +++ b/src/components/NotificationOverlay.tsx @@ -64,9 +64,11 @@ export function NotificationOverlay({ visible, taskId, onDismiss }: Notification display: 'flex', flexDirection: 'column', alignItems: 'center', + textAlign: 'center', gap: '8px', - animation: 'slideDown 0.2s ease', + animation: 'slideDown 0.15s ease', minWidth: '280px', + maxWidth: 'calc(100vw - 32px)', }} > <span |
