@hanology/cham-browser 0.4.45 → 0.4.46

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.45",
3
+ "version": "0.4.46",
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",
@@ -462,9 +462,6 @@ onBeforeUnmount(() => {
462
462
  border-right: none;
463
463
  border-left: 1px solid var(--border-light);
464
464
  }
465
- .ann-card.vertical .ann-headword {
466
- letter-spacing: 6px;
467
- }
468
465
  .ann-card.vertical .ann-badge-count {
469
466
  writing-mode: horizontal-tb;
470
467
  }