summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_info.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-25 20:52:32 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-04-25 11:52:32 -0400
commit88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366 (patch)
treef7e0f90f817845494d421262a6397d14f1a32dc7 /webapp/components/post_info.jsx
parentbfc6e4e6b6171b601decfa00a8a729f843a1a758 (diff)
downloadchat-88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366.tar.gz
chat-88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366.tar.bz2
chat-88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366.zip
UI Improvements to center channel (#2790)
Removing time from the center channel on sp (mobile) Liking mention color to search highlight color aswell Adjusting vertical spacing on mobile Removing profile pic from mobile LHS header Updating styles for the RHS Fixing btn-danger
Diffstat (limited to 'webapp/components/post_info.jsx')
-rw-r--r--webapp/components/post_info.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_info.jsx b/webapp/components/post_info.jsx
index 2d41b0e54..3f81672e1 100644
--- a/webapp/components/post_info.jsx
+++ b/webapp/components/post_info.jsx
@@ -212,7 +212,7 @@ export default class PostInfo extends React.Component {
var dropdown = this.createDropdown();
return (
- <ul className='post__header post__header--info'>
+ <ul className='post__header--info'>
<li className='col'>
<TimeSince
eventTime={post.create_at}