tryoxiss / bonfire-web-client

A Hermod (name WIP) repository for a client side implementation compatible with our server side implementation.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Messages clip into each other #73

Closed tryoxiss closed 1 year ago

tryoxiss commented 1 year ago

Describe the bug Messages clip into each other. (reprting for @khaim0919 )

To Reproduce Steps to reproduce the behavior:

  1. Send a message.
  2. send another message

Expected behavior They would... not... clip into each other.

Screenshots (optional, delete if not filled in) image

Desktop (please complete the following information):

tryoxiss commented 1 year ago

Khaim it would help if you like, didn't put them in the wrong div? How do you even mess this up? Either way, I fix it in 6ac3409

image

khaim0919 commented 1 year ago

Khaim it would help if you like, didn't put them in the wrong div? How do you even mess this up? Either way, I fix it in 6ac3409

Wow oops. Well that I can fix when I restructure that area in code. And its hard because the component needs a single div to connect to the previous, in the future the entire section will be in the message area.