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(
padding: const EdgeInsets.only(left: 16), padding: const EdgeInsets.only(left: 16),
child: SizedBox( child: SizedBox(
width: 56, width: 104,
child: ModernGlassButton( child: ModernGlassButton(
onPressed: _downloadFile, onPressed: _downloadFile,
child: const Icon(Icons.download, size: 18), child: const Icon(Icons.download, size: 18),