处理 openai 页面侧边栏样式问题
This commit is contained in:
parent
a11607c6c3
commit
9f68330ad5
|
|
@ -267,7 +267,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
.answer-wrap pre {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
padding: .5rem !important;
|
padding: .5rem !important;
|
||||||
|
|
@ -278,17 +278,17 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
.answer-wrap pre {
|
||||||
background-color: #283646 !important;
|
background-color: #283646 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre>code {
|
.answer-wrap pre>code {
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
background-color: #283646 !important;
|
background-color: #283646 !important;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol, ul, dl {
|
.answer-wrap ol, .answer-wrap ul, .answer-wrap dl {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue