andrewhavens / mad_chatter

Mad Chatter is a fun, easy to customize chat server written in Ruby utilizing HTML 5 Web Sockets
MIT License
83 stars 13 forks source link

Float right time so that it doesn't break up conversations #10

Closed andrewhavens closed 12 years ago

andrewhavens commented 12 years ago

i originally decided to remove the float left on the message time, but now, by having it display block, it breaks up conversations. not good.

andrewhavens commented 12 years ago

fixed in master branch. also fixed bug where message history time was not correct because it was displaying based on time message was displayed in the ui