opt: save reply page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-07 13:47:28 +08:00
parent a8cfbb12fd
commit e9da2e8d6b

View File

@@ -350,15 +350,15 @@ class _ReplySavePanelState extends State<ReplySavePanel> {
child: Container(
decoration: BoxDecoration(
gradient: LinearGradient(
begin: Alignment.bottomCenter,
end: Alignment.topCenter,
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [
Colors.black87,
Colors.transparent,
Colors.black54,
],
),
),
padding: const EdgeInsets.only(bottom: 25),
padding: const EdgeInsets.only(bottom: 25, top: 10),
child: SafeArea(
top: false,
child: Row(