@hanology/cham-browser 0.4.79 → 0.4.81
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
|
@@ -496,6 +496,7 @@ onBeforeUnmount(() => {
|
|
|
496
496
|
text-orientation: mixed;
|
|
497
497
|
display: flex;
|
|
498
498
|
flex-direction: row;
|
|
499
|
+
align-items: flex-start;
|
|
499
500
|
}
|
|
500
501
|
|
|
501
502
|
.ann-card.vertical .ann-entry:first-child {
|
|
@@ -504,12 +505,17 @@ onBeforeUnmount(() => {
|
|
|
504
505
|
|
|
505
506
|
.ann-card.vertical .ann-card-close {
|
|
506
507
|
writing-mode: horizontal-tb;
|
|
507
|
-
|
|
508
|
-
|
|
508
|
+
position: relative;
|
|
509
|
+
top: auto;
|
|
510
|
+
left: auto;
|
|
511
|
+
align-self: flex-start;
|
|
512
|
+
opacity: 0.5;
|
|
513
|
+
margin: 4px;
|
|
514
|
+
flex-shrink: 0;
|
|
509
515
|
}
|
|
510
516
|
|
|
511
517
|
.ann-card.vertical .ann-pron-h {
|
|
512
|
-
writing-mode:
|
|
518
|
+
writing-mode: vertical-lr;
|
|
513
519
|
}
|
|
514
520
|
|
|
515
521
|
.ann-card.vertical .ann-entry-body {
|