@hanology/cham-browser 0.4.43 → 0.4.45

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.43",
3
+ "version": "0.4.45",
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",
@@ -190,7 +190,6 @@ onBeforeUnmount(() => {
190
190
  display: flex;
191
191
  flex-direction: row;
192
192
  align-items: center;
193
- justify-content: space-between;
194
193
  padding: 10px 14px;
195
194
  border-bottom: 1px solid var(--border-light);
196
195
  background: var(--surface);
@@ -215,6 +214,7 @@ onBeforeUnmount(() => {
215
214
  line-height: 1.5;
216
215
  background: var(--vermillion);
217
216
  color: #fff;
217
+ margin-bottom: 5px;
218
218
  }
219
219
 
220
220
  /* ─── Annotation entry ─── */
@@ -451,13 +451,17 @@ onBeforeUnmount(() => {
451
451
  .ann-card.vertical .ann-card-head {
452
452
  writing-mode: vertical-rl;
453
453
  text-orientation: upright;
454
- padding: 6px 10px;
454
+ padding: 6px 8px;
455
455
  border-bottom: none;
456
456
  border-right: 1px solid var(--border-light);
457
457
  flex-direction: row;
458
458
  align-items: center;
459
459
  flex-shrink: 0;
460
460
  }
461
+ .ann-card.vertical .ann-card-head.commentary {
462
+ border-right: none;
463
+ border-left: 1px solid var(--border-light);
464
+ }
461
465
  .ann-card.vertical .ann-headword {
462
466
  letter-spacing: 6px;
463
467
  }