Skip to content

Commit 37914f5

Browse files
committed
more-revert
1 parent fad66f0 commit 37914f5

8 files changed

Lines changed: 38465 additions & 0 deletions

suites/editors/dist/assets/codemirror-521de7ab.js

Lines changed: 21908 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

suites/editors/dist/assets/codemirror-521de7ab.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
:root {
2+
font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
3+
line-height: 1.5;
4+
font-weight: 400;
5+
font-size: 13px;
6+
7+
color: #213547;
8+
background-color: #ffffff;
9+
10+
font-synthesis: none;
11+
text-rendering: optimizeLegibility;
12+
-webkit-text-size-adjust: none; /* Note that Firefox implements this with the webkit prefix. */
13+
text-size-adjust: none;
14+
}
15+
16+
a {
17+
font-weight: 500;
18+
color: #646cff;
19+
text-decoration: inherit;
20+
}
21+
22+
a:hover {
23+
color: #747bff;
24+
}
25+
26+
body {
27+
margin: 0;
28+
display: flex;
29+
min-width: 320px;
30+
height: 100vh;
31+
padding: 5px;
32+
box-sizing: border-box;
33+
}
34+
35+
h1 {
36+
font-size: 3.2em;
37+
line-height: 1.1;
38+
}
39+
40+
#app {
41+
flex: 1;
42+
display: flex;
43+
flex-direction: column;
44+
}
45+
46+
#editor {
47+
flex: 1;
48+
overflow: auto;
49+
padding: 2px 5px;
50+
}
51+
52+
#controls {
53+
display: flex;
54+
padding-bottom: 5px;
55+
}
56+
57+
#controls button {
58+
display: flex;
59+
align-items: center;
60+
margin: 0 2px;
61+
padding: 2px;
62+
}
63+
64+
#controls button.active {
65+
color: blue;
66+
}

suites/editors/dist/assets/index.es-02a92ebc.js

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

suites/editors/dist/assets/index.es-02a92ebc.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

suites/editors/dist/assets/main-4ed993c7.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

suites/editors/dist/assets/tiptap-95a40ba8.js

Lines changed: 16358 additions & 0 deletions
Large diffs are not rendered by default.

suites/editors/dist/assets/tiptap-95a40ba8.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)