mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Tweak style
This commit is contained in:
parent
23017c74f8
commit
f0aa5eb23c
1 changed files with 7 additions and 3 deletions
|
@ -157,9 +157,13 @@ class _SharingBrowserState extends State<SharingBrowser> {
|
|||
.format(shares.first.share.stime.toLocal());
|
||||
return _ListTile(
|
||||
leading: shares.first.share.itemType == ShareItemType.folder
|
||||
? const Icon(
|
||||
Icons.folder_outlined,
|
||||
size: leadingSize,
|
||||
? const SizedBox(
|
||||
height: leadingSize,
|
||||
width: leadingSize,
|
||||
child: Icon(
|
||||
Icons.folder,
|
||||
size: 32,
|
||||
),
|
||||
)
|
||||
: CachedNetworkImage(
|
||||
width: leadingSize,
|
||||
|
|
Loading…
Reference in a new issue