Skip to content

fix: context menu extra padding#3644

Merged
isekovanic merged 2 commits into
developfrom
fix/extra-message-padding-ctx-menu
Jun 11, 2026
Merged

fix: context menu extra padding#3644
isekovanic merged 2 commits into
developfrom
fix/extra-message-padding-ctx-menu

Conversation

@isekovanic

Copy link
Copy Markdown
Contributor

🎯 Goal

This PR resolves an issue where the messages grouped positional padding leaks into the context menu as it's part of the same message component tree. This is a sideeffect of the wrapped group styles being applied to the wrong view, as they were intended to be used in the outermost wrapper always.

Thus, we move them upwards and calculate accordingly.

🛠 Implementation details

🎨 UI Changes

iOS
Before After
Android
Before After

🧪 Testing

☑️ Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

@isekovanic isekovanic requested review from oliverlaz and szuperaz June 11, 2026 20:01
@Stream-SDK-Bot

Copy link
Copy Markdown
Contributor

SDK Size

title develop branch diff status
js_bundle_size 1868 KB 1867 KB -679 B 🚀

@isekovanic isekovanic merged commit f6b5a5c into develop Jun 11, 2026
10 checks passed
@isekovanic isekovanic deleted the fix/extra-message-padding-ctx-menu branch June 11, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants