From 959e700efa487ca430f113ecf8ea798c2ae8f20e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 12 Dec 2018 16:34:04 +0300 Subject: Message style fixes --- vnext/src/components/Message.css | 15 ++------------- vnext/src/style/main.css | 2 +- 2 files changed, 3 insertions(+), 14 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); diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index e5b4d5c6..e6e40dfb 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -17,7 +17,7 @@ textarea { overflow: auto; } -html, input, textarea, button, span { +html, input, textarea, button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: subpixel-antialiased; font-size: 12pt; -- cgit v1.2.3