mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: reply item
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1321,18 +1321,13 @@ class VideoDetailController extends GetxController
|
||||
.primary,
|
||||
),
|
||||
),
|
||||
SizedBox(
|
||||
height: MediaQuery
|
||||
.textScalerOf(
|
||||
context)
|
||||
.scale(14),
|
||||
child: Icon(
|
||||
Icons
|
||||
.keyboard_arrow_right,
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.primary,
|
||||
),
|
||||
Icon(
|
||||
Icons
|
||||
.keyboard_arrow_right,
|
||||
size: 22,
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.primary,
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -1387,19 +1382,14 @@ class VideoDetailController extends GetxController
|
||||
.primary,
|
||||
),
|
||||
),
|
||||
SizedBox(
|
||||
height: MediaQuery
|
||||
.textScalerOf(
|
||||
context)
|
||||
.scale(14),
|
||||
child: Icon(
|
||||
Icons
|
||||
.keyboard_arrow_right,
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.primary,
|
||||
),
|
||||
)
|
||||
Icon(
|
||||
Icons
|
||||
.keyboard_arrow_right,
|
||||
size: 22,
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.primary,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user