forked from Mirrors/gomuks
web/timeline: fix code block reply line limit again
This commit is contained in:
parent
afa6d3aa4b
commit
4abeaf2250
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ blockquote.reply-body {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
|
&.chroma .line {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &.composer {
|
&:hover, &.composer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue