@hanology/cham-browser 0.4.54 → 0.4.56
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
|
@@ -91,6 +91,8 @@ function onTap(event: MouseEvent) {
|
|
|
91
91
|
border-bottom: 2px solid var(--vermillion);
|
|
92
92
|
cursor: help;
|
|
93
93
|
transition: background 0.2s ease, box-shadow 0.2s ease;
|
|
94
|
+
-webkit-box-decoration-break: clone;
|
|
95
|
+
box-decoration-break: clone;
|
|
94
96
|
}
|
|
95
97
|
:deep(.ann-target.ann-overlap) {
|
|
96
98
|
border-bottom-width: 3px;
|
|
@@ -108,6 +108,8 @@ function onTap(event: MouseEvent) {
|
|
|
108
108
|
padding-left: 2px;
|
|
109
109
|
cursor: help;
|
|
110
110
|
transition: background 0.2s ease, box-shadow 0.2s ease;
|
|
111
|
+
-webkit-box-decoration-break: clone;
|
|
112
|
+
box-decoration-break: clone;
|
|
111
113
|
}
|
|
112
114
|
:deep(.ann-target.ann-overlap) {
|
|
113
115
|
border-left-width: 3px;
|
|
@@ -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;
|