From 66673734912b86052fc538e575945d20f72d54df Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 18 Jun 2018 17:44:57 +0300 Subject: fix styling --- vnext/src/style/main.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'vnext/src/style/main.css') diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index e08a9a09..4518ce93 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -309,31 +309,37 @@ body > header { /* #region article, message internals */ -article { +article, +.msg-cont { background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); line-height: 140%; margin-bottom: 10px; padding: 20px; } -article time { +article time, +.msg-cont time { color: #999; font-size: 10pt; } -article p { +article p, +.msg-cont p { clear: left; margin: 5px 0 15px 0; word-wrap: break-word; overflow-wrap: break-word; } -article .ir { +article .ir, +.msg-cont .ir { text-align: center; } -article .ir a { +article .ir a, +.msg-cont .ir a { cursor: zoom-in; display: block; } -article .ir img { +article .ir img, +.msg-cont .ir img { max-width: 100%; } article > nav.l, -- cgit v1.2.3