@hanology/cham-browser 0.4.77 → 0.4.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanology/cham-browser",
3
- "version": "0.4.77",
3
+ "version": "0.4.78",
4
4
  "description": "CHAM — browser-compatible parser, serializer, and site generator for Classical Han Annotated Markdown",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -249,7 +249,7 @@ const annotationEntries = computed(() =>
249
249
  }
250
250
  .part-block--vertical :deep(.ann-num) {
251
251
  font-size: 0.45em;
252
- text-align: end;
252
+ text-align: start;
253
253
  vertical-align: baseline;
254
254
  ruby-position: under;
255
255
  }
@@ -127,7 +127,7 @@ function onTap(event: MouseEvent) {
127
127
  }
128
128
  :deep(.ann-num) {
129
129
  font-size: 0.45em;
130
- text-align: end;
130
+ text-align: start;
131
131
  ruby-position: under;
132
132
  }
133
133
  :deep(.ann-num-long) {
@@ -147,7 +147,7 @@ rt.ann-num, sup.ann-num {
147
147
  .v-scroll .ann-num,
148
148
  .part-block--vertical .ann-num {
149
149
  font-size: 0.45em;
150
- text-align: end;
150
+ text-align: start;
151
151
  vertical-align: baseline;
152
152
  ruby-position: under;
153
153
  }