mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 评论区顶部固定
This commit is contained in:
@@ -132,8 +132,8 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
|
||||
key: const PageStorageKey<String>('评论'),
|
||||
slivers: <Widget>[
|
||||
SliverPersistentHeader(
|
||||
pinned: false,
|
||||
floating: true,
|
||||
pinned: true,
|
||||
floating: false,
|
||||
delegate: _MySliverPersistentHeaderDelegate(
|
||||
child: Container(
|
||||
height: 45,
|
||||
|
||||
Reference in New Issue
Block a user