Fix profile popup positioning (#3475)

* Shift profile popup right when its positioning is too far left

* chore: revert change for specific screen widths

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
This commit is contained in:
Kelrap 2025-07-16 12:31:26 -04:00 committed by GitHub
parent b9e733c5cc
commit 85c9b12bc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ void showMemberActionsPopupMenu({
final overlay = Overlay.of(context, rootOverlay: true)
.context
.findRenderObject() as RenderBox;
// Pangea3
// Pangea#
final button = context.findRenderObject() as RenderBox;