@hanology/cham-browser 0.4.38 → 0.4.39

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.38",
3
+ "version": "0.4.39",
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",
@@ -229,7 +229,6 @@ onBeforeUnmount(() => {
229
229
 
230
230
  .ann-entry-header {
231
231
  display: inline-flex;
232
- align-items: center;
233
232
  gap: 6px;
234
233
  margin-bottom: 3px;
235
234
  }
@@ -466,7 +465,7 @@ onBeforeUnmount(() => {
466
465
 
467
466
  .ann-card.vertical .ann-card-scroll {
468
467
  display: flex;
469
- flex-direction: row;
468
+ flex-direction: row-reverse;
470
469
  padding: 8px 0;
471
470
  overflow-y: hidden;
472
471
  overflow-x: auto;