mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
opt: video bs
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user