forked from mystiq/hydrogen-web
also for inline code
This commit is contained in:
parent
bc69e1cdae
commit
9044f4eebe
1 changed files with 2 additions and 1 deletions
|
@ -236,6 +236,7 @@ only loads when the top comes into view*/
|
||||||
.Timeline_messageBody code, .Timeline_messageBody pre {
|
.Timeline_messageBody code, .Timeline_messageBody pre {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody code {
|
.Timeline_messageBody code {
|
||||||
|
@ -249,13 +250,13 @@ only loads when the top comes into view*/
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
max-height: 30em;
|
max-height: 30em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody pre > code {
|
.Timeline_messageBody pre > code {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
border-radius: unset;
|
border-radius: unset;
|
||||||
display: block;
|
display: block;
|
||||||
|
font-size: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody blockquote {
|
.Timeline_messageBody blockquote {
|
||||||
|
|
Loading…
Reference in a new issue