@hanology/cham-browser 0.4.54 → 0.4.55

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.54",
3
+ "version": "0.4.55",
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",
@@ -857,8 +857,10 @@ function tcy(n: number): string {
857
857
  margin-bottom: 0.3em;
858
858
  }
859
859
  .v-nav-title {
860
+ display: inline-block;
860
861
  writing-mode: vertical-rl;
861
862
  text-orientation: mixed;
863
+ min-height: 120px;
862
864
  font-size: 18px; font-weight: 700;
863
865
  letter-spacing: 3px; color: var(--ink);
864
866
  transition: color 0.25s ease;