@hanology/cham-browser 0.4.50 → 0.4.51

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.50",
3
+ "version": "0.4.51",
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",
@@ -841,9 +841,6 @@ function tcy(n: number): string {
841
841
  .v-nav-btn {
842
842
  writing-mode: vertical-rl;
843
843
  text-orientation: mixed;
844
- display: flex;
845
- flex-direction: row;
846
- align-items: flex-start;
847
844
  padding: 20px 14px;
848
845
  background: var(--surface);
849
846
  border: 1px solid var(--border-light);
@@ -865,9 +862,9 @@ function tcy(n: number): string {
865
862
  .v-nav-label {
866
863
  font-size: 11px; color: var(--ink-faint);
867
864
  font-family: var(--sans); letter-spacing: 2px;
868
- margin-bottom: 0.3em;
869
865
  }
870
866
  .v-nav-title {
867
+ display: block;
871
868
  font-size: 18px; font-weight: 700;
872
869
  letter-spacing: 3px; color: var(--ink);
873
870
  transition: color 0.25s ease;