mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updating post.scss due to merge issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user