This commit is contained in:
Leon Bösche
2026-01-25 16:04:45 +01:00
parent 5fa436f204
commit d5aecdfba8

View File

@@ -338,7 +338,7 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
onPressed: _downloadFile,
padding: EdgeInsets.zero,
child: SizedBox(
width: 120,
width: 100,
child: const Center(child: Icon(Icons.download, size: 28)),
),
),