Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-21 14:26:29 +08:00
parent 0b1f6c4d0e
commit 7a65b777c9
21 changed files with 486 additions and 507 deletions

View File

@@ -199,8 +199,9 @@ class VideoCardH extends StatelessWidget {
Positioned(
bottom: 0,
right: 12,
width: 29,
height: 29,
child: VideoPopupMenu(
size: 29,
iconSize: 17,
videoItem: videoItem,
onRemove: onRemove,

View File

@@ -124,8 +124,9 @@ class VideoCardV extends StatelessWidget {
Positioned(
right: -5,
bottom: -2,
width: 29,
height: 29,
child: VideoPopupMenu(
size: 29,
iconSize: 17,
videoItem: videoItem,
onRemove: onRemove,