summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-12-20 19:38:11 -0500
committerGitHub <noreply@github.com>2016-12-20 19:38:11 -0500
commit8c5744492f592a7e42603a4d9bf26af38eb48542 (patch)
treeefd4072b929caa10fed9bba0d7641188dfbf124f /webapp/sass
parent8b26573494e8841dde0d40a0c6f12c1d449b1598 (diff)
downloadchat-8c5744492f592a7e42603a4d9bf26af38eb48542.tar.gz
chat-8c5744492f592a7e42603a4d9bf26af38eb48542.tar.bz2
chat-8c5744492f592a7e42603a4d9bf26af38eb48542.zip
Revert "PLT-135 Showing "(Edited)" indicator if a message has been edited." (#4854)
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_post.scss18
1 files changed, 2 insertions, 16 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index bac0a2eee..ff990f9b8 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -602,7 +602,7 @@
}
p + p {
- margin: 1em 0;
+ margin-top: 1em;
}
ol,
@@ -983,20 +983,11 @@
word-wrap: break-word;
p {
- display: inline;
- }
-
- div {
margin: 0 0 .4em;
}
p + p {
- margin: 1.4em 0;
- display: block;
- }
-
- p:last-of-type {
- display: inline;
+ margin-top: 1.4em;
}
li {
@@ -1075,11 +1066,6 @@
color: white;
}
}
-
- span.edited {
- color: #A3A3A3;
- font-size: 0.87em;
- }
}
.post__link {