summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-08 12:29:12 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-08 12:29:12 -0800
commit8b29404525f036633be6b25dc18c536d2aafee02 (patch)
tree6db4158ca20f09e282ffb31a1a8e29f5473ac513 /web/sass-files
parent59e4471a63253a1b11a2964ae3b0ee479e6667eb (diff)
downloadchat-8b29404525f036633be6b25dc18c536d2aafee02.tar.gz
chat-8b29404525f036633be6b25dc18c536d2aafee02.tar.bz2
chat-8b29404525f036633be6b25dc18c536d2aafee02.zip
PLT-1418 Adding old style replying in RHS
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_search.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_search.scss b/web/sass-files/sass/partials/_search.scss
index a29e940e6..226449ba2 100644
--- a/web/sass-files/sass/partials/_search.scss
+++ b/web/sass-files/sass/partials/_search.scss
@@ -114,6 +114,13 @@
top: 0;
}
+.search-item__comment {
+ position: absolute;
+ right: 0;
+ margin-right: 20px;
+ top: 0;
+}
+
.search-item-time {
color: #a8adb7;
}