@hanology/cham-browser 0.4.36 → 0.4.37

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.36",
3
+ "version": "0.4.37",
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",
@@ -480,6 +480,8 @@ onBeforeUnmount(() => {
480
480
  border-right: 1px solid var(--border-light);
481
481
  writing-mode: vertical-rl;
482
482
  text-orientation: mixed;
483
+ display: flex;
484
+ flex-direction: row;
483
485
  }
484
486
 
485
487
  .ann-card.vertical .ann-entry:first-child {
@@ -506,7 +508,7 @@ onBeforeUnmount(() => {
506
508
  }
507
509
 
508
510
  .ann-card.vertical .ann-entry-header {
509
- flex-direction: column;
511
+ flex-direction: row;
510
512
  align-items: flex-start;
511
513
  gap: 4px;
512
514
  }
@@ -592,6 +594,8 @@ onBeforeUnmount(() => {
592
594
  border-bottom: none;
593
595
  border-right: 1px solid var(--border-light);
594
596
  padding: 0 10px;
597
+ display: flex;
598
+ flex-direction: row;
595
599
  }
596
600
 
597
601
  .ann-sheet-body.vertical .ann-entry:last-child {