mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
tweaks
This commit is contained in:
@@ -1888,7 +1888,7 @@ class HeaderControlState extends State<HeaderControl> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
bgColor: null,
|
bgColor: theme.colorScheme.surface,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
?_buildDanmakuList(ctr.staticDanmaku),
|
?_buildDanmakuList(ctr.staticDanmaku),
|
||||||
@@ -1912,8 +1912,10 @@ class HeaderControlState extends State<HeaderControl> {
|
|||||||
final item = list[index];
|
final item = list[index];
|
||||||
final extra = item.content.extra! as VideoDanmaku;
|
final extra = item.content.extra! as VideoDanmaku;
|
||||||
return ListTile(
|
return ListTile(
|
||||||
|
dense: true,
|
||||||
|
contentPadding: const EdgeInsets.only(left: 6),
|
||||||
onLongPress: () => Utils.copyText(item.content.text),
|
onLongPress: () => Utils.copyText(item.content.text),
|
||||||
subtitle: Text(item.content.text),
|
title: Text(item.content.text * 10),
|
||||||
trailing: Row(
|
trailing: Row(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user