@hanology/cham-browser 0.4.79 → 0.4.81

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.79",
3
+ "version": "0.4.81",
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",
@@ -496,6 +496,7 @@ onBeforeUnmount(() => {
496
496
  text-orientation: mixed;
497
497
  display: flex;
498
498
  flex-direction: row;
499
+ align-items: flex-start;
499
500
  }
500
501
 
501
502
  .ann-card.vertical .ann-entry:first-child {
@@ -504,12 +505,17 @@ onBeforeUnmount(() => {
504
505
 
505
506
  .ann-card.vertical .ann-card-close {
506
507
  writing-mode: horizontal-tb;
507
- top: 4px;
508
- left: 4px;
508
+ position: relative;
509
+ top: auto;
510
+ left: auto;
511
+ align-self: flex-start;
512
+ opacity: 0.5;
513
+ margin: 4px;
514
+ flex-shrink: 0;
509
515
  }
510
516
 
511
517
  .ann-card.vertical .ann-pron-h {
512
- writing-mode: horizontal-tb;
518
+ writing-mode: vertical-lr;
513
519
  }
514
520
 
515
521
  .ann-card.vertical .ann-entry-body {