diff --git a/app/assets/stylesheets/junto.scss.erb b/app/assets/stylesheets/junto.scss.erb index 19588341..6e891ced 100644 --- a/app/assets/stylesheets/junto.scss.erb +++ b/app/assets/stylesheets/junto.scss.erb @@ -325,12 +325,12 @@ } .chat-message-user img { border: 2px solid #424242; - width: 26px; - height: 26px; - border-radius: 14px; + width: 28px; + height: 28px; + border-radius: 16px; } .chat-message-meta { - padding: 0 px; + padding: 0 8px; float: left; } .chat-message-username { @@ -344,7 +344,7 @@ word-wrap: break-word; } .chat-message-time { - font-size: 10px; + font-size: 12px; color: #757575; } }