mirror of
https://github.com/typecho/typecho.git
synced 2025-04-05 18:52:27 +02:00
修复预览上的一些格式问题
This commit is contained in:
parent
cbd1bcba8e
commit
dbfdb7f71a
@ -1112,6 +1112,9 @@ a.operate-reply {
|
||||
#wmd-preview img {
|
||||
max-width: 100%; }
|
||||
#wmd-preview code, #wmd-preview pre {
|
||||
padding: 2px 4px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
background: #F6F6F3;
|
||||
font-size: .92857em; }
|
||||
#wmd-preview pre {
|
||||
|
@ -67,6 +67,9 @@
|
||||
padding: 10px 20px;
|
||||
img { max-width: 100%; }
|
||||
code, pre {
|
||||
padding: 2px 4px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
background: #F6F6F3;
|
||||
font-size: .92857em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user