🐛 Fix file list
This commit is contained in:
@@ -1040,7 +1040,10 @@ class FileListView extends HookConsumerWidget {
|
|||||||
|
|
||||||
Widget _buildEmptyUnindexedFilesHint(WidgetRef ref) {
|
Widget _buildEmptyUnindexedFilesHint(WidgetRef ref) {
|
||||||
return Card(
|
return Card(
|
||||||
margin: const EdgeInsets.fromLTRB(16, 0, 16, 0),
|
margin:
|
||||||
|
viewMode.value == FileListViewMode.waterfall
|
||||||
|
? EdgeInsets.zero
|
||||||
|
: const EdgeInsets.fromLTRB(12, 0, 12, 0),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 48),
|
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 48),
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|||||||
Reference in New Issue
Block a user