suneditor 3.0.1 → 3.0.2
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
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
.sun-editor,
|
|
2
2
|
.sun-editor-editable {
|
|
3
3
|
/** --------------------------- content - [typography] ----------- */
|
|
4
|
-
--se-edit-font-size:
|
|
4
|
+
--se-edit-font-size: 16px;
|
|
5
5
|
--se-edit-line-height: 1.5em;
|
|
6
6
|
|
|
7
7
|
/** --------------------------- layout - [typography] ----------- */
|
|
8
8
|
/* main */
|
|
9
9
|
--se-main-font-family: Helvetica Neue;
|
|
10
10
|
--se-content-font-family: Helvetica Neue;
|
|
11
|
-
--se-main-font-size:
|
|
11
|
+
--se-main-font-size: 14px;
|
|
12
12
|
|
|
13
13
|
/* codeview, markdown font */
|
|
14
14
|
--se-markdown-font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
|
|
15
15
|
--se-codeview-font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
|
|
16
16
|
|
|
17
17
|
/* button */
|
|
18
|
-
--se-btn-font-size:
|
|
18
|
+
--se-btn-font-size: 14px;
|
|
19
19
|
|
|
20
20
|
/* status */
|
|
21
|
-
--se-statusbar-font-size:
|
|
21
|
+
--se-statusbar-font-size: 12px;
|
|
22
22
|
|
|
23
23
|
/* modal */
|
|
24
24
|
--se-modal-title-font-size: 15px;
|
package/src/assets/suneditor.css
CHANGED
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
display: flex;
|
|
1837
1837
|
width: auto;
|
|
1838
1838
|
height: auto;
|
|
1839
|
-
min-height:
|
|
1839
|
+
min-height: 20px;
|
|
1840
1840
|
border-top: 1px solid var(--se-main-divider-color);
|
|
1841
1841
|
padding: 0 4px;
|
|
1842
1842
|
background-color: var(--se-main-background-color);
|
|
@@ -3768,7 +3768,7 @@
|
|
|
3768
3768
|
border-radius: var(--se-border-radius);
|
|
3769
3769
|
background-color: var(--se-main-background-color);
|
|
3770
3770
|
color: var(--se-main-color);
|
|
3771
|
-
font-size:
|
|
3771
|
+
font-size: var(--se-main-font-size);
|
|
3772
3772
|
outline: none;
|
|
3773
3773
|
box-sizing: border-box;
|
|
3774
3774
|
}
|