aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Message.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r--vnext/src/components/Message.css38
1 files changed, 1 insertions, 37 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css
index 328e5598..8a879805 100644
--- a/vnext/src/components/Message.css
+++ b/vnext/src/components/Message.css
@@ -1,57 +1,21 @@
-article {
- background: #fff;
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
- line-height: 140%;
- margin-bottom: 10px;
- padding: 20px;
-}
-article time {
- color: #999;
- font-size: small;
-}
-article p {
- clear: left;
- margin: 5px 0 15px 0;
- word-wrap: break-word;
- overflow-wrap: break-word;
-}
-article .ir {
- text-align: center;
-}
-article .ir a {
- cursor: zoom-in;
- display: block;
-}
.msg-cont .ir img {
max-width: 100%;
height: auto;
}
-article > nav.l,
.msg-cont > nav.l {
border-top: 1px solid #eee;
display: flex;
justify-content: space-around;
font-size: small;
}
-article > nav.l a,
.msg-cont > nav.l a {
color: #888;
margin-right: 15px;
}
-article .likes {
- padding-left: 20px;
-}
-article .replies {
- margin-left: 18px;
-}
-article .tags {
- margin-top: 3px;
-}
.msg-tags {
margin-top: 12px;
min-height: 1px;
}
-article .tags > a,
.badge,
.msg-tags > a {
background: #eee;
@@ -93,7 +57,7 @@ article .tags > a,
box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
line-height: 140%;
margin-bottom: 12px;
- padding: 20px;
+ padding: 12px;
}
.reply-new .msg-cont {
border-right: 5px solid #0C0;