opt: reply2reply header

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-09 09:02:15 +08:00
parent 9657c77999
commit e7ac88ffb1

View File

@@ -238,7 +238,15 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel>
Widget get _sortWidget => Container( Widget get _sortWidget => Container(
height: 40, height: 40,
padding: const EdgeInsets.fromLTRB(12, 0, 6, 0), padding: const EdgeInsets.fromLTRB(12, 0, 6, 0),
color: Theme.of(context).colorScheme.surface, decoration: BoxDecoration(
color: Theme.of(context).colorScheme.surface,
boxShadow: [
BoxShadow(
color: Theme.of(context).colorScheme.surface,
offset: const Offset(0, -2),
),
],
),
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [