idle
This commit is contained in:
@@ -333,13 +333,13 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
|
||||
elevation: 0,
|
||||
leading: _fileData != null
|
||||
? Padding(
|
||||
padding: const EdgeInsets.only(left: 16, top: 4),
|
||||
padding: const EdgeInsets.only(left: 8, top: 4, bottom: 4),
|
||||
child: ModernGlassButton(
|
||||
onPressed: _downloadFile,
|
||||
padding: EdgeInsets.zero,
|
||||
child: SizedBox(
|
||||
width: 80,
|
||||
child: const Center(child: Icon(Icons.download, size: 24)),
|
||||
width: 120,
|
||||
child: const Center(child: Icon(Icons.download, size: 28)),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user