summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-20 18:06:01 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-20 18:06:01 -0400
commita820b67468a13f83098d5d441e524aa7dc70e6e3 (patch)
tree42cdfe48c078e6a8c6915c06cce106c8bc9579d4 /web/sass-files/sass/partials
parent4eb061d29cb6fdc35e4793c8d55ac593be1e8aef (diff)
parent12c19e3390fa501b25b1b746ddc3f48e525d7fff (diff)
downloadchat-a820b67468a13f83098d5d441e524aa7dc70e6e3.tar.gz
chat-a820b67468a13f83098d5d441e524aa7dc70e6e3.tar.bz2
chat-a820b67468a13f83098d5d441e524aa7dc70e6e3.zip
Merge pull request #211 from rgarmsen2295/mm-1186
MM-1186 Adds channel name to RHS comment threads
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 8816393c8..4cf3e32a1 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -11,7 +11,7 @@
.post {
&.post--root {
- padding: 1em 1em 0;
+ padding: 0 1em 0;
margin: 1em 0;
hr {
border-color: #DDD;
@@ -62,6 +62,11 @@
}
}
+.post-right-channel__name {
+ font-weight: 600;
+ margin: 0 0 10px 0;
+}
+
.post-right-root-container li {
display: inline;
list-style-type: none;