summaryrefslogtreecommitdiffstats
path: root/webapp/components/posts_view.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-29 17:55:30 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-29 17:55:30 +0500
commit501eef0385065d8630e5ddc299f8693a507e3a29 (patch)
treef595fce5c872dd831fcc8c17d248857f3437deb1 /webapp/components/posts_view.jsx
parent4c28726760836d7d25164cd1b6488819be18c38c (diff)
downloadchat-501eef0385065d8630e5ddc299f8693a507e3a29.tar.gz
chat-501eef0385065d8630e5ddc299f8693a507e3a29.tar.bz2
chat-501eef0385065d8630e5ddc299f8693a507e3a29.zip
Additional UI improvements
Diffstat (limited to 'webapp/components/posts_view.jsx')
-rw-r--r--webapp/components/posts_view.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/components/posts_view.jsx b/webapp/components/posts_view.jsx
index 8b4b0c662..e034a592e 100644
--- a/webapp/components/posts_view.jsx
+++ b/webapp/components/posts_view.jsx
@@ -570,7 +570,9 @@ function FloatingTimestamp({isScrolling, post}) {
return (
<div className={className}>
- <span>{dateString}</span>
+ <div>
+ <span>{dateString}</span>
+ </div>
</div>
);
}