@hanology/cham-browser 0.4.35 → 0.4.37
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
|
@@ -443,7 +443,7 @@ onBeforeUnmount(() => {
|
|
|
443
443
|
|
|
444
444
|
/* ─── Vertical mode ─── */
|
|
445
445
|
.ann-card.vertical {
|
|
446
|
-
flex-direction: row;
|
|
446
|
+
flex-direction: row-reverse;
|
|
447
447
|
overflow: hidden;
|
|
448
448
|
}
|
|
449
449
|
|
|
@@ -480,6 +480,8 @@ onBeforeUnmount(() => {
|
|
|
480
480
|
border-right: 1px solid var(--border-light);
|
|
481
481
|
writing-mode: vertical-rl;
|
|
482
482
|
text-orientation: mixed;
|
|
483
|
+
display: flex;
|
|
484
|
+
flex-direction: row;
|
|
483
485
|
}
|
|
484
486
|
|
|
485
487
|
.ann-card.vertical .ann-entry:first-child {
|
|
@@ -506,7 +508,7 @@ onBeforeUnmount(() => {
|
|
|
506
508
|
}
|
|
507
509
|
|
|
508
510
|
.ann-card.vertical .ann-entry-header {
|
|
509
|
-
flex-direction:
|
|
511
|
+
flex-direction: row;
|
|
510
512
|
align-items: flex-start;
|
|
511
513
|
gap: 4px;
|
|
512
514
|
}
|
|
@@ -592,6 +594,8 @@ onBeforeUnmount(() => {
|
|
|
592
594
|
border-bottom: none;
|
|
593
595
|
border-right: 1px solid var(--border-light);
|
|
594
596
|
padding: 0 10px;
|
|
597
|
+
display: flex;
|
|
598
|
+
flex-direction: row;
|
|
595
599
|
}
|
|
596
600
|
|
|
597
601
|
.ann-sheet-body.vertical .ann-entry:last-child {
|