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
? Column(
children: [
const Spacer(),
Expanded(child: child),
const Spacer(flex: 4),
Expanded(flex: 6, child: child),
if (padding != null) SizedBox(height: padding),
],
)