-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from project-trans/dev/cleanup-and-fix
chore: improve styles of footnote, removed unnecessary demo files, fixed typescript configs
- Loading branch information
Showing
9 changed files
with
256 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* 脚注 */ | ||
.footnotes > .footnotes-list { | ||
/* 扩大脚注区间与正文间的间距,在可视观感上与正文区别开 */ | ||
margin-top: 32px; | ||
/* 降低透明度以进一步在可视观感上与正文区别开 */ | ||
opacity: 0.9; | ||
/* 区分正文和脚注 */ | ||
font-size: 0.9rem; | ||
/* 确保脚注上的返回链接符号 ↩ 不会被 body 的 Emoji 字体覆盖渲染为 ↩️ */ | ||
font-family: sans-serif; | ||
} | ||
|
||
/* 脚注 */ | ||
.footnotes > .footnotes-list > .footnote-item > p { | ||
/* 使脚注行更密集,在视觉上让他们群聚以获得更高和更集中的专注度 */ | ||
line-height: 1.4; | ||
} |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.