Fix file viewer: increase download button width for better accessibility
This commit is contained in:
@@ -290,7 +290,7 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
|
||||
? Padding(
|
||||
padding: const EdgeInsets.only(left: 16),
|
||||
child: SizedBox(
|
||||
width: 56,
|
||||
width: 104,
|
||||
child: ModernGlassButton(
|
||||
onPressed: _downloadFile,
|
||||
child: const Icon(Icons.download, size: 18),
|
||||
|
||||
Reference in New Issue
Block a user