diff --git a/b0esche_cloud/lib/pages/public_file_viewer.dart b/b0esche_cloud/lib/pages/public_file_viewer.dart index 3eb6d61..0a0ea6c 100644 --- a/b0esche_cloud/lib/pages/public_file_viewer.dart +++ b/b0esche_cloud/lib/pages/public_file_viewer.dart @@ -330,10 +330,10 @@ class _PublicFileViewerState extends State { leading: _fileData != null ? Padding( padding: const EdgeInsets.only(left: 16, top: 4), - child: SizedBox( - width: 104, - child: ModernGlassButton( - onPressed: _downloadFile, + child: ModernGlassButton( + onPressed: _downloadFile, + child: SizedBox( + width: 80, child: const Center(child: Icon(Icons.download, size: 24)), ), ),