mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: video minScale
Closes #388 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1812,8 +1812,7 @@ class _HeaderControlState extends State<HeaderControl> {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Container(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 10),
|
||||
ConstrainedBox(
|
||||
constraints: BoxConstraints(maxHeight: 25),
|
||||
child: Obx(
|
||||
() => Marquee(
|
||||
|
||||
Reference in New Issue
Block a user