summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-21 20:57:03 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-21 20:57:03 +0500
commit9ab31d0a2b83e8f44282fa346b7c000c325c033c (patch)
treebfe64eb190efef860c944e7a65208259967c5028 /web/sass-files/sass/partials/_post.scss
parent840335911f613d478047eebcc1461f62b9c59612 (diff)
downloadchat-9ab31d0a2b83e8f44282fa346b7c000c325c033c.tar.gz
chat-9ab31d0a2b83e8f44282fa346b7c000c325c033c.tar.bz2
chat-9ab31d0a2b83e8f44282fa346b7c000c325c033c.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index ff430ba8a..67b28381f 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -231,12 +231,12 @@ body.ios {
}
.more-messages-text {
- margin-top: 2px;
- margin-bottom: 5px;
+ margin: 5px 0 10px;
display: block;
text-align: center;
outline: none;
border: none;
+ font-size: 13px;
}
.beginning-messages-text {
margin-top: 2px;
@@ -683,7 +683,7 @@ body.ios {
}
.post__time {
- font-size: 13px;
+ font-size: 0.9em;
}
.post__time, &.post--system .post__body {