xmtp / example-chat-react

This repo has been archived. Replacement apps include the XMTP Quickstart React and XMTP Inbox chat apps. For more details and links, see the README in this repo.
MIT License
74 stars 52 forks source link

Bug: Extra spacing above user panel #148

Closed saulmc closed 1 year ago

saulmc commented 1 year ago

Describe the bug

The user panel has some spacing above it which results in the lowest conversation tile appearing cut off rather than scrolling underneath the panel as designed and in previous versions.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to xmtp.chat
  2. Connect and sign
  3. Scroll the conversation list underneath the user panel
  4. See the extra spacing between the conversation list and the user panel

Expected behavior

There should be no padding or margin above the user panel, so that conversation tiles can appear to scroll beneath it.

Screenshots

Expected Actual
CleanShot 2022-12-01 at 22 24 34@2x CleanShot 2022-12-01 at 22 24 42@2x

Additional context

Looks just like mt-0 got dropped somewhere along the way.

CleanShot 2022-12-01 at 22 28 06@2x

Desktop