@hanology/cham-browser 0.4.41 → 0.4.42

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.41",
3
+ "version": "0.4.42",
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",
@@ -221,7 +221,7 @@ onBeforeUnmount(() => {
221
221
  border-bottom: 1px solid var(--border-light);
222
222
  font-size: 14px;
223
223
  color: var(--ink-mid);
224
- letter-spacing: 0.5px;
224
+ letter-spacing: 1.5px;
225
225
  line-height: 1.8;
226
226
  }
227
227
  .ann-entry:last-child { border-bottom: none; padding-bottom: 0; }
@@ -252,7 +252,7 @@ onBeforeUnmount(() => {
252
252
  .ann-kind.etymology { background: #6b5b95; color: #fff; }
253
253
  .ann-kind.note,
254
254
  .ann-kind.definition { background: var(--ink); color: var(--paper); }
255
- .ann-kind.commentary { background: #c0392b; color: #fff; }
255
+ .ann-kind.commentary { background: #c0392b; color: #fff; align-self: center; }
256
256
  .ann-kind.translation { background: #2c6e49; color: #fff; }
257
257
  .ann-kind.person { background: var(--ann-person); color: #fff; }
258
258
  .ann-kind.place { background: var(--ann-place); color: #fff; }
@@ -273,6 +273,7 @@ onBeforeUnmount(() => {
273
273
  .ann-text {
274
274
  white-space: pre-line;
275
275
  line-height: 1.8;
276
+ padding-top: 5px;
276
277
  }
277
278
 
278
279
  /* ─── Floating card ─── */
@@ -475,7 +476,7 @@ onBeforeUnmount(() => {
475
476
  .ann-card.vertical .ann-entry {
476
477
  flex-shrink: 0;
477
478
  border-bottom: none;
478
- padding: 0 10px;
479
+ margin: 0 3px;
479
480
  border-right: 1px solid var(--border-light);
480
481
  writing-mode: vertical-rl;
481
482
  text-orientation: mixed;