diff --git a/b0esche_cloud/lib/pages/public_file_viewer.dart b/b0esche_cloud/lib/pages/public_file_viewer.dart index a4310a2..a96a34f 100644 --- a/b0esche_cloud/lib/pages/public_file_viewer.dart +++ b/b0esche_cloud/lib/pages/public_file_viewer.dart @@ -312,12 +312,12 @@ class _PublicFileViewerState extends State { elevation: 0, leading: _fileData != null ? Padding( - padding: const EdgeInsets.only(left: 8, top: 4, bottom: 4), + padding: const EdgeInsets.only(left: 8, top: 8, bottom: 4), child: ModernGlassButton( onPressed: _downloadFile, padding: EdgeInsets.zero, child: SizedBox( - width: 100, + width: 104, child: const Center(child: Icon(Icons.download, size: 28)), ), ),