Skip to main content
ArcBlock Community

Emoji Reactions Not Fitting on Mobile Screen

JM โ€œcryptotestnetโ€ Morales
Support
nft-studioimpact-minorqualifiedrewardedux

๐Ÿงพ Summary: When reacting with emojis on the mobile version of ArcBlock Marketplace, the reaction emojis are not properly displayed โ€” some are cut off, overflow their container, or are misaligned and donโ€™t fit well on the screen.

๐Ÿงช Steps to Reproduce:

  1. Open ArcBlock Marketplace in a mobile browser.
  2. Navigate to a comment or discussion that supports emoji reactions.
  3. Tap to react using multiple emojis.
  4. Observe how the emojis are displayed in the UI.

๐Ÿ’ฅ Actual Result:

  • Emojis overflow or extend outside their container.
  • They may be partially visible or overlap other interface elements.

โœ… Expected Result:

  • All reaction emojis should fit within their designated area.
  • They should be properly wrapped, scaled, or aligned to avoid overflow and ensure full visibility.

โš™๏ธ Possible Cause:

  • Fixed width or height in the emoji container that doesnโ€™t adapt to screen size.
  • Lack of responsive design or CSS rules for smaller screens.
  • Missing overflow wrap or flex-wrap in layout for emoji components.

๐Ÿ“‚ Severity:

  • UI / UX issue
  • Severity: Low to Medium
  • Priority: Medium

๐Ÿ’ก Suggested Fixes:

  • Make emoji reaction container responsive โ€” allow wrapping or scrolling if there are many emojis.
  • Use CSS rules like flex-wrap: wrap; or similar for containers.
  • Ensure padding/margins around emojis are adjusted for mobile view.
  • Test on different mobile aspect ratios and devices.
Reply