@jinntec/jinntap 1.8.0 → 1.8.1
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/dist/editor-styles.css +8 -0
- package/dist/jinn-tap.es.js +1 -1
- package/dist/jinn-tap.umd.js +1 -1
- package/package.json +1 -1
package/dist/editor-styles.css
CHANGED
|
@@ -5,18 +5,26 @@ tei-div, tei-p, tei-item {
|
|
|
5
5
|
tei-head {
|
|
6
6
|
font-size: 2rem;
|
|
7
7
|
font-weight: bold;
|
|
8
|
+
line-height: 1.125;
|
|
9
|
+
margin-top: 3rem;
|
|
8
10
|
}
|
|
9
11
|
|
|
10
12
|
tei-div > tei-div > tei-head {
|
|
11
13
|
font-size: 1.75rem;
|
|
14
|
+
line-height: 1.15;
|
|
15
|
+
margin-top: 2.625rem;
|
|
12
16
|
}
|
|
13
17
|
|
|
14
18
|
tei-div > tei-div > tei-div > tei-head {
|
|
15
19
|
font-size: 1.5rem;
|
|
20
|
+
line-height: 1.175;
|
|
21
|
+
margin-top: 2.25rem;
|
|
16
22
|
}
|
|
17
23
|
|
|
18
24
|
tei-div > tei-div > tei-div > tei-div > tei-head {
|
|
19
25
|
font-size: 1.25rem;
|
|
26
|
+
line-height: 1.2;
|
|
27
|
+
margin-top: 1.874rem;
|
|
20
28
|
}
|
|
21
29
|
|
|
22
30
|
tei-title[level="m"] {
|
package/dist/jinn-tap.es.js
CHANGED
|
@@ -14075,7 +14075,7 @@ ir.textContent = `
|
|
|
14075
14075
|
jinn-tap {
|
|
14076
14076
|
display: grid;
|
|
14077
14077
|
grid-template-rows: min-content 1fr;
|
|
14078
|
-
grid-template-columns: 1fr minmax(
|
|
14078
|
+
grid-template-columns: 1fr minmax(220px, 460px);
|
|
14079
14079
|
grid-template-areas:
|
|
14080
14080
|
"toolbar aside"
|
|
14081
14081
|
"editor aside";
|
package/dist/jinn-tap.umd.js
CHANGED
|
@@ -112,7 +112,7 @@ img.ProseMirror-separator {
|
|
|
112
112
|
jinn-tap {
|
|
113
113
|
display: grid;
|
|
114
114
|
grid-template-rows: min-content 1fr;
|
|
115
|
-
grid-template-columns: 1fr minmax(
|
|
115
|
+
grid-template-columns: 1fr minmax(220px, 460px);
|
|
116
116
|
grid-template-areas:
|
|
117
117
|
"toolbar aside"
|
|
118
118
|
"editor aside";
|