dsh-conversation-navigator 0.1.13 → 0.1.14
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/lib/client.js +2 -2
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -85,7 +85,7 @@ window.__ModuleLoader__.load({
|
|
|
85
85
|
padding: 10px 12px;
|
|
86
86
|
border-bottom: 1px solid var(--dsw-alias-border-l1, rgba(128,128,128,.35));
|
|
87
87
|
}
|
|
88
|
-
.cnvnav-title { font: var(--dsw-font-
|
|
88
|
+
.cnvnav-title { font-family: var(--dsw-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif); font-size: 18px; font-weight: 700; line-height: 24px; }
|
|
89
89
|
.cnvnav-count { color: var(--dsw-alias-label-secondary, #888); font-size: 11px; }
|
|
90
90
|
.cnvnav-close { margin-left: auto; }
|
|
91
91
|
.cnvnav-list {
|
|
@@ -109,7 +109,7 @@ window.__ModuleLoader__.load({
|
|
|
109
109
|
padding: 5px 0 5px 8px;
|
|
110
110
|
color: var(--dsw-alias-label-primary, #222);
|
|
111
111
|
}
|
|
112
|
-
.cnvnav-group-title { font: var(--dsw-font-
|
|
112
|
+
.cnvnav-group-title { font-family: var(--dsw-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif); font-size: 16px; font-weight: 700; line-height: 22px; white-space: nowrap; }
|
|
113
113
|
.cnvnav-group-sub {
|
|
114
114
|
color: var(--dsw-alias-label-secondary, #888);
|
|
115
115
|
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|