@hanology/cham-browser 0.4.19 → 0.4.20
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
|
@@ -466,21 +466,27 @@ onBeforeUnmount(() => {
|
|
|
466
466
|
writing-mode: horizontal-tb;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
|
+
.ann-sheet.vertical .ann-sheet-head {
|
|
470
|
+
writing-mode: horizontal-tb;
|
|
471
|
+
}
|
|
472
|
+
|
|
469
473
|
.ann-sheet.vertical .ann-sheet-scroll {
|
|
470
474
|
display: flex;
|
|
471
|
-
flex-direction:
|
|
472
|
-
overflow-
|
|
473
|
-
overflow-
|
|
474
|
-
padding:
|
|
475
|
+
flex-direction: column;
|
|
476
|
+
overflow-x: auto;
|
|
477
|
+
overflow-y: hidden;
|
|
478
|
+
padding: 8px 0 24px;
|
|
475
479
|
}
|
|
476
480
|
|
|
477
481
|
.ann-sheet.vertical .ann-entry {
|
|
482
|
+
flex-shrink: 0;
|
|
478
483
|
border-bottom: none;
|
|
479
|
-
padding:
|
|
484
|
+
padding: 0 14px;
|
|
485
|
+
border-right: 1px solid var(--border-light);
|
|
480
486
|
}
|
|
481
487
|
|
|
482
|
-
.ann-sheet.vertical .ann-entry
|
|
483
|
-
border-
|
|
488
|
+
.ann-sheet.vertical .ann-entry:first-child {
|
|
489
|
+
border-right: none;
|
|
484
490
|
}
|
|
485
491
|
|
|
486
492
|
.ann-sheet.vertical .ann-pron-h {
|