Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-30 12:49:30 +08:00
parent 133f45945c
commit e892411092
27 changed files with 617 additions and 780 deletions

View File

@@ -22,11 +22,11 @@ class LiveCardVSearch extends StatelessWidget {
cover: item.cover,
);
return Card(
clipBehavior: Clip.hardEdge,
child: InkWell(
onTap: () => PageUtils.toLiveRoom(item.roomid),
onLongPress: onLongPress,
onSecondaryTap: PlatformUtils.isMobile ? null : onLongPress,
borderRadius: const .all(.circular(12)),
child: Column(
crossAxisAlignment: .start,
children: [
@@ -43,7 +43,7 @@ class LiveCardVSearch extends StatelessWidget {
src: item.cover!,
width: maxWidth,
height: maxHeight,
type: .emote,
borderRadius: const .vertical(top: .circular(12)),
),
Positioned(
left: 0,