opt: dyn author panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-30 10:20:26 +08:00
parent f8caa46eab
commit 17a75da540

View File

@@ -286,7 +286,9 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
return Scaffold( return Scaffold(
resizeToAvoidBottomInset: false, resizeToAvoidBottomInset: false,
appBar: AppBar( appBar: AppBar(
title: Obx( title: Padding(
padding: const EdgeInsets.only(right: 12),
child: Obx(
() { () {
return AnimatedOpacity( return AnimatedOpacity(
opacity: _visibleTitle.value ? 1 : 0, opacity: _visibleTitle.value ? 1 : 0,
@@ -298,6 +300,7 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
); );
}, },
), ),
),
actions: context.orientation == Orientation.landscape actions: context.orientation == Orientation.landscape
? [ ? [
IconButton( IconButton(