Fix file viewer: increase download button width for better accessibility

This commit is contained in:
Leon Bösche
2026-01-25 02:20:17 +01:00
parent cb560366b8
commit 91a9759874

View File

@@ -290,7 +290,7 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
? Padding(
padding: const EdgeInsets.only(left: 16),
child: SizedBox(
width: 56,
width: 104,
child: ModernGlassButton(
onPressed: _downloadFile,
child: const Icon(Icons.download, size: 18),