@hanology/cham-browser 0.4.81 → 0.4.82

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.81",
3
+ "version": "0.4.82",
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",
@@ -485,21 +485,24 @@ onBeforeUnmount(() => {
485
485
  overflow-x: auto;
486
486
  flex: 1;
487
487
  min-width: 0;
488
+ align-items: stretch;
488
489
  }
489
490
 
490
491
  .ann-card.vertical .ann-entry {
491
- flex-shrink: 0;
492
- border-bottom: none;
493
- margin: 0 3px;
494
- border-right: 1px solid var(--border-light);
495
492
  writing-mode: vertical-rl;
496
493
  text-orientation: mixed;
497
494
  display: flex;
498
495
  flex-direction: row;
499
496
  align-items: flex-start;
497
+ flex-shrink: 0;
498
+ padding: 0 6px;
499
+ margin: 0;
500
+ border-bottom: none;
501
+ border-right: 1px solid var(--border-light);
500
502
  }
501
503
 
502
504
  .ann-card.vertical .ann-entry:first-child {
505
+ padding: 0 6px;
503
506
  border-right: none;
504
507
  }
505
508
 
@@ -514,12 +517,17 @@ onBeforeUnmount(() => {
514
517
  flex-shrink: 0;
515
518
  }
516
519
 
517
- .ann-card.vertical .ann-pron-h {
518
- writing-mode: vertical-lr;
520
+ .ann-card.vertical .ann-entry-header {
521
+ gap: 4px;
522
+ margin-bottom: 4px;
519
523
  }
520
524
 
521
525
  .ann-card.vertical .ann-entry-body {
522
- padding-left: 0;
526
+ padding: 0;
527
+ }
528
+
529
+ .ann-card.vertical .ann-pron-h {
530
+ writing-mode: vertical-lr;
523
531
  }
524
532
 
525
533
  .ann-card.vertical .ann-text {
@@ -527,10 +535,6 @@ onBeforeUnmount(() => {
527
535
  line-height: 2;
528
536
  }
529
537
 
530
- .ann-card.vertical .ann-entry-header {
531
- gap: 4px;
532
- }
533
-
534
538
  .ann-card.vertical .ann-entry:last-child {
535
539
  border-right: none;
536
540
  }