Updating post.scss due to merge issues

Этот коммит содержится в:
Asaad Mahmood
2015-11-13 17:06:55 +05:00
родитель bc1605e396
Коммит 29a5cc7015

Просмотреть файл

@@ -61,7 +61,7 @@ body.ios {
font-size: 13px; font-size: 13px;
cursor: pointer; cursor: pointer;
} }
min-height:37px; min-height:36px;
} }
.date-separator, .new-separator { .date-separator, .new-separator {
@@ -339,9 +339,9 @@ body.ios {
} }
} }
.msg-typing { .msg-typing {
min-height: 20px; min-height: 25px;
line-height: 18px; line-height: 25px;
display: inline-block; display: block;
font-size: 13px; font-size: 13px;
@include opacity(0.7); @include opacity(0.7);
} }
@@ -511,6 +511,9 @@ body.ios {
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
@include opacity(.3); @include opacity(.3);
} }
&.tex .katex-display {
text-align: left;
}
code { code {
white-space: pre; white-space: pre;
} }