opt pub panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-26 17:11:52 +08:00
parent db3b74e33f
commit 3edac65ae8
49 changed files with 879 additions and 360 deletions

View File

@@ -86,7 +86,7 @@ class ReplyItemGrpc extends StatelessWidget {
useSafeArea: true,
isScrollControlled: true,
constraints: BoxConstraints(
maxWidth: min(640, min(Get.width, Get.height)),
maxWidth: min(640, context.mediaQueryShortestSide),
),
builder: (context) {
return morePanel(
@@ -446,7 +446,7 @@ class ReplyItemGrpc extends StatelessWidget {
useSafeArea: true,
isScrollControlled: true,
constraints: BoxConstraints(
maxWidth: min(640, min(Get.width, Get.height)),
maxWidth: min(640, context.mediaQueryShortestSide),
),
builder: (context) {
return morePanel(