mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
opt: morepanel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -250,8 +250,8 @@ class AuthorPanel extends StatelessWidget {
|
|||||||
InkWell(
|
InkWell(
|
||||||
onTap: Get.back,
|
onTap: Get.back,
|
||||||
borderRadius: const BorderRadius.only(
|
borderRadius: const BorderRadius.only(
|
||||||
topLeft: Radius.circular(28),
|
topLeft: Radius.circular(18),
|
||||||
topRight: Radius.circular(28),
|
topRight: Radius.circular(18),
|
||||||
),
|
),
|
||||||
child: Container(
|
child: Container(
|
||||||
height: 35,
|
height: 35,
|
||||||
|
|||||||
@@ -1125,8 +1125,8 @@ class ReplyItemGrpc extends StatelessWidget {
|
|||||||
InkWell(
|
InkWell(
|
||||||
onTap: Get.back,
|
onTap: Get.back,
|
||||||
borderRadius: const BorderRadius.only(
|
borderRadius: const BorderRadius.only(
|
||||||
topLeft: Radius.circular(28),
|
topLeft: Radius.circular(18),
|
||||||
topRight: Radius.circular(28),
|
topRight: Radius.circular(18),
|
||||||
),
|
),
|
||||||
child: Container(
|
child: Container(
|
||||||
height: 35,
|
height: 35,
|
||||||
|
|||||||
Reference in New Issue
Block a user