jonathanpchan / openclassroom

2 stars 2 forks source link

Apply CSS to Chat Component for Browser and Phone #119

Closed Suuugi closed 7 years ago

Suuugi commented 7 years ago

Make it look pretty and responsive, including media queries for smaller screens.

Suuugi commented 7 years ago

Made it grids so that it can be responsive for smaller screens. Will get to that next.

Suuugi commented 7 years ago

Had a bug where there was extra margin on the msglist which made the chatform move down a line and so it was a scattered space.

Suuugi commented 7 years ago

This was remedied and isolated using *{ margin: 0 !important; padding: 0 !important; }