nicer download-zip on mobile

Massimo Melina committed Jan 8, 2023 at 01:47 UTC 3851d51c3e1819aba6cb4cb354a602a794651280
1 file changed +1
frontend/src/dialog.ts
+1
@@ -87,6 +87,7 @@ export async function confirmDialog(msg: ReactElement | string, { href, afterBut
87 style: {
88 display: 'flex',
89 justifyContent: 'flex-end',
90 + alignItems: 'center',
91 gap: '1em'
92 },
93 },