Update mobile gallery page layout

This commit is contained in:
2023-11-29 22:31:35 +08:00
parent 03539f508c
commit abb95ba1ba
9 changed files with 217 additions and 7 deletions

View File

@@ -26,7 +26,10 @@ class GalleryBasicInfo extends StatelessWidget {
child: Row(children: [
Expanded(
flex: 2,
child: Thumbnail(firstPage, fileId: fileId, gid: gMeta.gid)),
child: Container(
margin: const EdgeInsets.only(right: 8),
child: Thumbnail(firstPage, fileId: fileId, gid: gMeta.gid),
)),
Expanded(
flex: 3,
child: Column(