Skip to content

Commit 42bc642

Browse files
committed
changed some styles related to alignment of the headword row
1 parent 5585c4e commit 42bc642

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

export.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { processGuifan } from "./dics/guifan/guifan.ts";
44
import { processHanyu7 } from "./dics/hanyu7/hanyu7.ts";
55

66
const versions = {
7-
guifan: "2025/12/16.2",
8-
hanyu7: "2025/12/16.2",
7+
guifan: "2025/12/17.1",
8+
hanyu7: "2025/12/17.1",
99
};
1010

1111
const guifanPinyinDic = new Dictionary({ fileName: "guifan-pinyin.zip" });

styles-guifan.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
border-radius: 4px;
1212
padding: 4px;
1313
font-size: 1.1em;
14-
vertical-align: top;
1514
margin-right: 6px;
16-
margin-bottom: 2px;
15+
vertical-align: bottom;
1716
}
1817
[data-sc-guifan="trad"] {
1918
display: inline-block;
@@ -24,8 +23,7 @@
2423
border-radius: 4px;
2524
padding: 4px;
2625
font-size: 1.1em;
27-
vertical-align: top;
28-
margin-bottom: 2px;
26+
vertical-align: bottom;
2927
}
3028

3129
:is([data-sc-guifan="x-gram"], [data-sc-guifan="x-g"], [data-sc-guifan="x-m"]) {

styles-hanyu7-pinyin.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
border-radius: 4px;
1515
padding: 4px;
1616
font-size: 1.1em;
17-
vertical-align: top;
1817
margin-right: 6px;
19-
margin-bottom: 2px;
18+
vertical-align: bottom;
2019
}
2120
[data-sc-hanyu7="trad"] {
2221
display: inline-block;
@@ -27,8 +26,7 @@
2726
border-radius: 4px;
2827
padding: 4px;
2928
font-size: 1.1em;
30-
vertical-align: top;
31-
margin-bottom: 2px;
29+
vertical-align: bottom;
3230
}
3331
[data-sc-hanyu7="ps"] {
3432
display: inline-block;

styles-hanyu7-zhuyin.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
border-radius: 4px;
1515
padding: 4px;
1616
font-size: 1.1em;
17-
vertical-align: top;
17+
vertical-align: bottom;
1818
margin-right: 6px;
19-
margin-bottom: 2px;
2019
}
2120
[data-sc-hanyu7="trad"] {
2221
display: inline-block;
@@ -27,8 +26,7 @@
2726
border-radius: 4px;
2827
padding: 4px;
2928
font-size: 1.1em;
30-
vertical-align: top;
31-
margin-bottom: 2px;
29+
vertical-align: bottom;
3230
}
3331
[data-sc-hanyu7="ps"] {
3432
display: inline-block;

0 commit comments

Comments
 (0)