@hanology/cham-browser 0.4.40 → 0.4.41

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.40",
3
+ "version": "0.4.41",
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",
@@ -264,7 +264,7 @@ onBeforeUnmount(() => {
264
264
  font-size: 10px;
265
265
  font-family: var(--sans);
266
266
  color: var(--ink-faint);
267
- padding: 1px 5px;
267
+ padding: 5px 2px;
268
268
  border: 1px solid var(--border-light);
269
269
  border-radius: 2px;
270
270
  letter-spacing: 0.5px;
@@ -443,7 +443,6 @@ onBeforeUnmount(() => {
443
443
  /* ─── Vertical mode ─── */
444
444
  .ann-card.vertical {
445
445
  flex-direction: row-reverse;
446
- overflow: hidden;
447
446
  }
448
447
 
449
448
  .ann-card.vertical .ann-card-head {