aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/style/main.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-06-18 17:44:57 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commit66673734912b86052fc538e575945d20f72d54df (patch)
tree5a741025b39e470e33f167ebae87ec0d820dc39e /vnext/src/style/main.css
parent94cb8eaecbca57b104061943ea0670fc618e4236 (diff)
fix styling
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r--vnext/src/style/main.css18
1 files changed, 12 insertions, 6 deletions
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,