Merge pull request #43 from fandean/pr-fix-code-padding

fix code padding, some translation
This commit is contained in:
zzossig 2019-12-28 11:04:44 +09:00 committed by GitHub
commit ff9d1a6b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -372,6 +372,10 @@ pre:not(.chroma) {
background: themed('content-pre-header-background-color'); background: themed('content-pre-header-background-color');
} }
} }
code {
padding: 0;
}
} }
.highlight > .chroma { .highlight > .chroma {

View File

@ -56,13 +56,13 @@ other = "消息"
other = "发送" other = "发送"
[tooltip-home] [tooltip-home]
other = "Home" other = "主页"
[tooltip-written] [tooltip-written]
other = "Written At" other = "创建日期"
[tooltip-modified] [tooltip-modified]
other = "Modified At" other = "更新日期"
[tooltip-reading-time] [tooltip-reading-time]
other = "Reading Time" other = "阅读时长"