mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
@@ -147,9 +147,10 @@ class PendantAvatar extends StatelessWidget {
|
|||||||
semanticLabel: _badgeType.desc,
|
semanticLabel: _badgeType.desc,
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
final offset = isMemberAvatar ? 2.0 : 0.0;
|
||||||
return Positioned(
|
return Positioned(
|
||||||
right: isMemberAvatar ? 2 : 0,
|
right: offset,
|
||||||
bottom: isMemberAvatar ? 2 : 0,
|
bottom: offset,
|
||||||
child: IgnorePointer(
|
child: IgnorePointer(
|
||||||
child: DecoratedBox(
|
child: DecoratedBox(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
|
|||||||
@@ -641,7 +641,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
return PopupMenuItem<int>(
|
return PopupMenuItem<int>(
|
||||||
enabled: enabled,
|
enabled: enabled,
|
||||||
height: 35,
|
height: 35,
|
||||||
padding: const EdgeInsets.only(left: 20),
|
padding: const EdgeInsets.only(left: 15, right: 10),
|
||||||
value: item.quality,
|
value: item.quality,
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
if (currentVideoQa.code == item.quality) {
|
if (currentVideoQa.code == item.quality) {
|
||||||
@@ -675,7 +675,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
item.newDesc ?? '',
|
item.newDesc ?? '',
|
||||||
style: enabled
|
style: enabled
|
||||||
? const TextStyle(color: Colors.white, fontSize: 13)
|
? const TextStyle(color: Colors.white, fontSize: 13)
|
||||||
: null,
|
: const TextStyle(
|
||||||
|
color: Color(0x62FFFFFF),
|
||||||
|
fontSize: 13,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user