@hanology/cham-browser 0.4.35 → 0.4.36

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.35",
3
+ "version": "0.4.36",
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",
@@ -443,7 +443,7 @@ onBeforeUnmount(() => {
443
443
 
444
444
  /* ─── Vertical mode ─── */
445
445
  .ann-card.vertical {
446
- flex-direction: row;
446
+ flex-direction: row-reverse;
447
447
  overflow: hidden;
448
448
  }
449
449