Skip to content

Commit

Permalink
Merge pull request #110 from sivan/fix-ruby-style
Browse files Browse the repository at this point in the history
fix: inline <ruby> styles
  • Loading branch information
sivan authored Feb 17, 2023
2 parents b1f9de5 + 5d43be0 commit 9c18b4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions _site/heti.css
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@
display: inline-flex;
flex-direction: column-reverse;
height: 1.5em;
vertical-align: top;
}
.heti .heti-ruby--inline rt {
display: inline;
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 class="article__title">赫蹏</h1>
</nav>

<h2 id="intro">介绍<a class="anchor" href="#intro">#</a></h2>
<p><ruby class="heti-ruby--inline"><rb></rb><rp>(</rp><rt lang="zh-Latn"></rt><rp>)</rp></ruby><ruby class="heti-ruby--inline"><rb></rb><rp>(</rp><rt lang="zh-Latn"></rt><rp>)</rp></ruby>是专为中文网页内容设计的排版样式增强。它基于通行的中文排版规范,可为网站的读者带来更好的内容阅读体验。它的主要特性有:</p>
<p><ruby class="heti-ruby--inline"><rp>(</rp><rt lang="zh-Latn"></rt><rp>)</rp></ruby><ruby class="heti-ruby--inline"><rp>(</rp><rt lang="zh-Latn"></rt><rp>)</rp></ruby>是专为中文网页内容设计的排版样式增强。它基于通行的中文排版规范,可为网站的读者带来更好的内容阅读体验。它的主要特性有:</p>
<ul>
<li>贴合网格的排版;</li>
<li>全标签样式美化;</li>
Expand Down
3 changes: 2 additions & 1 deletion lib/helpers/_inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@

// 内联 Ruby
// 在非行间注排版中使用 ruby 标签,且不额外占据空间
// 注:使用此样式需按字拆分 <ruby class="heti-ruby heti-ruby--inline"><rb>赫</rb><rp>(</rp><rt>hè</rt><rp>)</rp></ruby>
// 注:使用此样式需按字拆分 <ruby class="heti-ruby heti-ruby--inline"><rp>(</rp><rt>hè</rt><rp>)</rp></ruby>
// https://stackoverflow.com/questions/38680695/adjust-the-vertical-positioning-of-ruby-text/38877801#38877801
#{$root-selector}-ruby {
&--inline {
display: inline-flex;
flex-direction: column-reverse;
height: 1.5em;
vertical-align: top;

rt {
display: inline;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heti",
"version": "0.9.3",
"version": "0.9.4",
"description": "赫蹏是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。",
"main": "lib/heti.scss",
"files": [
Expand Down

1 comment on commit 9c18b4f

@vercel
Copy link

@vercel vercel bot commented on 9c18b4f Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

heti – ./

heti.vercel.app
heti-git-master-sivan.vercel.app
heti-sivan.vercel.app

Please sign in to comment.