summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-11-13 17:06:55 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-11-13 17:06:55 +0500
commit29a5cc70154a0448089a8afbbb39373f3ab71dc6 (patch)
treea70294078c8d654e679a713afd81dc0cccc858ef /web/sass-files/sass/partials/_post.scss
parentbc1605e396abd3525477140715f1c9f8546dea58 (diff)
downloadchat-29a5cc70154a0448089a8afbbb39373f3ab71dc6.tar.gz
chat-29a5cc70154a0448089a8afbbb39373f3ab71dc6.tar.bz2
chat-29a5cc70154a0448089a8afbbb39373f3ab71dc6.zip
Updating post.scss due to merge issues
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 99259ed44..d75df15b4 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -61,7 +61,7 @@ body.ios {
font-size: 13px;
cursor: pointer;
}
- min-height:37px;
+ min-height:36px;
}
.date-separator, .new-separator {
@@ -339,9 +339,9 @@ body.ios {
}
}
.msg-typing {
- min-height: 20px;
- line-height: 18px;
- display: inline-block;
+ min-height: 25px;
+ line-height: 25px;
+ display: block;
font-size: 13px;
@include opacity(0.7);
}
@@ -511,6 +511,9 @@ body.ios {
border-bottom-left-radius: 4px;
@include opacity(.3);
}
+ &.tex .katex-display {
+ text-align: left;
+ }
code {
white-space: pre;
}