@hanology/cham-browser 0.4.19 → 0.4.20

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.19",
3
+ "version": "0.4.20",
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",
@@ -466,21 +466,27 @@ onBeforeUnmount(() => {
466
466
  writing-mode: horizontal-tb;
467
467
  }
468
468
 
469
+ .ann-sheet.vertical .ann-sheet-head {
470
+ writing-mode: horizontal-tb;
471
+ }
472
+
469
473
  .ann-sheet.vertical .ann-sheet-scroll {
470
474
  display: flex;
471
- flex-direction: row;
472
- overflow-y: auto;
473
- overflow-x: hidden;
474
- padding: 4px 16px 24px;
475
+ flex-direction: column;
476
+ overflow-x: auto;
477
+ overflow-y: hidden;
478
+ padding: 8px 0 24px;
475
479
  }
476
480
 
477
481
  .ann-sheet.vertical .ann-entry {
482
+ flex-shrink: 0;
478
483
  border-bottom: none;
479
- padding: 8px 0;
484
+ padding: 0 14px;
485
+ border-right: 1px solid var(--border-light);
480
486
  }
481
487
 
482
- .ann-sheet.vertical .ann-entry + .ann-entry {
483
- border-top: 1px solid var(--border-light);
488
+ .ann-sheet.vertical .ann-entry:first-child {
489
+ border-right: none;
484
490
  }
485
491
 
486
492
  .ann-sheet.vertical .ann-pron-h {