*fix & redesign
This commit is contained in:
parent
7205018e20
commit
4dbc8a935e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class LibraryListViewWidget extends StatelessWidget {
|
|||
context.push('/manga-reader/detail', extra: model);
|
||||
},
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 3),
|
||||
child: Container(
|
||||
height: 45,
|
||||
decoration: BoxDecoration(
|
||||
|
|
|
|||
Loading…
Reference in a new issue