mod: forwarded live dyn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-11 21:13:37 +08:00
parent a9ba30b9b9
commit e17fd0071d
2 changed files with 14 additions and 4 deletions

View File

@@ -239,8 +239,7 @@ Widget forWard(item, context, source, callback, {floor = 1}) {
}
},
child: Container(
padding:
const EdgeInsets.only(left: 15, top: 10, right: 15, bottom: 8),
padding: const EdgeInsets.symmetric(horizontal: 15, vertical: 8),
color: Theme.of(context).dividerColor.withOpacity(0.08),
child:
forWard(item.orig, context, source, callback, floor: floor + 1),