@flozy/editor 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Editor/Editor.css +10 -7
- package/package.json +1 -1
package/dist/Editor/Editor.css
CHANGED
@@ -17,10 +17,13 @@ blockquote{
|
|
17
17
|
color: #aaa;
|
18
18
|
font-style: italic;
|
19
19
|
}
|
20
|
-
|
20
|
+
|
21
|
+
.editor-wrapper table,
|
22
|
+
.editor-wrapperth,
|
23
|
+
.editor-wrapper td {
|
21
24
|
border: 1px solid black;
|
22
25
|
}
|
23
|
-
table{
|
26
|
+
.editor-wrapper table{
|
24
27
|
border-collapse: collapse;
|
25
28
|
}
|
26
29
|
button{
|
@@ -39,10 +42,10 @@ button{
|
|
39
42
|
border: none !important
|
40
43
|
}
|
41
44
|
|
42
|
-
table{
|
45
|
+
.editor-wrapper table{
|
43
46
|
/* width:100%; */
|
44
47
|
}
|
45
|
-
td{
|
48
|
+
.editor-wrapper td{
|
46
49
|
height: 50px;
|
47
50
|
padding:0 5px;
|
48
51
|
}
|
@@ -66,17 +69,17 @@ td{
|
|
66
69
|
width: 300px;
|
67
70
|
|
68
71
|
}
|
69
|
-
button{
|
72
|
+
.editor-wrapper button{
|
70
73
|
cursor: pointer;
|
71
74
|
}
|
72
|
-
code {
|
75
|
+
.editor-wrapper code {
|
73
76
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
74
77
|
monospace;
|
75
78
|
}
|
76
79
|
[data-slate-node="element"] {
|
77
80
|
margin: 10px 0;
|
78
81
|
}
|
79
|
-
html{
|
82
|
+
.editor-wrapper html{
|
80
83
|
scroll-behavior: smooth;
|
81
84
|
}
|
82
85
|
.editor-wrapper *:focus-visible {
|