@hanology/cham-browser 0.4.39 → 0.4.41
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
|
@@ -264,7 +264,7 @@ onBeforeUnmount(() => {
|
|
|
264
264
|
font-size: 10px;
|
|
265
265
|
font-family: var(--sans);
|
|
266
266
|
color: var(--ink-faint);
|
|
267
|
-
padding:
|
|
267
|
+
padding: 5px 2px;
|
|
268
268
|
border: 1px solid var(--border-light);
|
|
269
269
|
border-radius: 2px;
|
|
270
270
|
letter-spacing: 0.5px;
|
|
@@ -443,7 +443,6 @@ onBeforeUnmount(() => {
|
|
|
443
443
|
/* ─── Vertical mode ─── */
|
|
444
444
|
.ann-card.vertical {
|
|
445
445
|
flex-direction: row-reverse;
|
|
446
|
-
overflow: hidden;
|
|
447
446
|
}
|
|
448
447
|
|
|
449
448
|
.ann-card.vertical .ann-card-head {
|
|
@@ -470,6 +469,7 @@ onBeforeUnmount(() => {
|
|
|
470
469
|
overflow-y: hidden;
|
|
471
470
|
overflow-x: auto;
|
|
472
471
|
flex: 1;
|
|
472
|
+
min-width: 0;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
.ann-card.vertical .ann-entry {
|