diff options
Diffstat (limited to 'vnext/src/components')
-rw-r--r-- | vnext/src/components/Message.css | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index 8a879805..2e90e5e4 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -5,12 +5,12 @@ .msg-cont > nav.l { border-top: 1px solid #eee; display: flex; - justify-content: space-around; - font-size: small; + justify-content: space-around; } .msg-cont > nav.l a { color: #888; margin-right: 15px; + font-size: small; } .msg-tags { margin-top: 12px; @@ -41,17 +41,6 @@ .msgthread { margin-bottom: 0; } -.msg-avatar { - float: left; - max-height: 48px; - margin-right: 10px; - max-width: 48px; -} -.msg-avatar img { - max-height: 48px; - vertical-align: top; - max-width: 48px; -} .msg-cont { background: #FFF; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); |