opt: video bs

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-15 23:42:02 +08:00
parent ec936c1821
commit 00ea34f45d

View File

@@ -57,8 +57,8 @@ class Utils {
? isFullScreen ? isFullScreen
? Column( ? Column(
children: [ children: [
const Spacer(), const Spacer(flex: 4),
Expanded(child: child), Expanded(flex: 6, child: child),
if (padding != null) SizedBox(height: padding), if (padding != null) SizedBox(height: padding),
], ],
) )