@hanology/cham-browser 0.4.33 → 0.4.34

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.33",
3
+ "version": "0.4.34",
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",
@@ -446,8 +446,7 @@ onBeforeUnmount(() => {
446
446
  writing-mode: vertical-rl;
447
447
  text-orientation: mixed;
448
448
  flex-direction: column;
449
- overflow-y: hidden;
450
- overflow-x: hidden;
449
+ overflow: hidden;
451
450
  }
452
451
 
453
452
  .ann-card.vertical .ann-card-head {
@@ -458,6 +457,7 @@ onBeforeUnmount(() => {
458
457
  border-left: 1px solid var(--border-light);
459
458
  flex-direction: row;
460
459
  align-items: center;
460
+ flex-shrink: 0;
461
461
  }
462
462
  .ann-card.vertical .ann-headword {
463
463
  letter-spacing: 6px;
@@ -472,6 +472,8 @@ onBeforeUnmount(() => {
472
472
  padding: 8px 0;
473
473
  overflow-x: auto;
474
474
  overflow-y: hidden;
475
+ flex: 1;
476
+ min-height: 0;
475
477
  }
476
478
 
477
479
  .ann-card.vertical .ann-entry {
@@ -479,8 +481,6 @@ onBeforeUnmount(() => {
479
481
  border-bottom: none;
480
482
  padding: 0 10px;
481
483
  border-right: 1px solid var(--border-light);
482
- max-height: inherit;
483
- overflow-y: hidden;
484
484
  }
485
485
 
486
486
  .ann-card.vertical .ann-entry:first-child {