diff --git a/lib/pages/dynamics/detail/view.dart b/lib/pages/dynamics/detail/view.dart index ba30c3444..d2cc76ee6 100644 --- a/lib/pages/dynamics/detail/view.dart +++ b/lib/pages/dynamics/detail/view.dart @@ -286,17 +286,20 @@ class _DynamicDetailPageState extends State return Scaffold( resizeToAvoidBottomInset: false, appBar: AppBar( - title: Obx( - () { - return AnimatedOpacity( - opacity: _visibleTitle.value ? 1 : 0, - duration: const Duration(milliseconds: 300), - child: AuthorPanel( - item: _dynamicDetailController.item, - source: 'detail', //to remove tag - ), - ); - }, + title: Padding( + padding: const EdgeInsets.only(right: 12), + child: Obx( + () { + return AnimatedOpacity( + opacity: _visibleTitle.value ? 1 : 0, + duration: const Duration(milliseconds: 300), + child: AuthorPanel( + item: _dynamicDetailController.item, + source: 'detail', //to remove tag + ), + ); + }, + ), ), actions: context.orientation == Orientation.landscape ? [