summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-21 09:04:42 -0800
committerCorey Hulen <corey@hulen.com>2015-12-21 09:04:42 -0800
commita960cf5244ed930d694a4ddafb561d6d7e7a0a02 (patch)
treebfe64eb190efef860c944e7a65208259967c5028 /web/sass-files/sass/partials/_post.scss
parent840335911f613d478047eebcc1461f62b9c59612 (diff)
parent9ab31d0a2b83e8f44282fa346b7c000c325c033c (diff)
downloadchat-a960cf5244ed930d694a4ddafb561d6d7e7a0a02.tar.gz
chat-a960cf5244ed930d694a4ddafb561d6d7e7a0a02.tar.bz2
chat-a960cf5244ed930d694a4ddafb561d6d7e7a0a02.zip
Merge pull request #1760 from asaadmahmoodspin/ui-improvements
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 {