Skip to content

Commit 4cccd67

Browse files
committed
litaChix neo、palette.js
1 parent 893600a commit 4cccd67

11 files changed

Lines changed: 2449 additions & 2196 deletions

File tree

jsconfig.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"ignoreDeprecations": "6.0",
4+
"allowJs": true,
5+
"checkJs": true, // JSファイルのチェックを有効化
6+
"noImplicitAny": false, // 型が不明な場合にanyを許容する
7+
"noUnusedLocals": false // 未使用変数の警告を消す
8+
},
9+
"exclude": [
10+
"petitnote/app/neo/*",
11+
"petitnote/app/chickenpaint/*",
12+
"petitnote/app/klecks/*",
13+
"petitnote/app/axnos/*",
14+
".git"
15+
]
16+
}

petitnote/app/chickenpaint/js/chickenpaint.js

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

petitnote/app/chickenpaint/js/chickenpaint.min.js

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

petitnote/app/neo/neo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@
160160
bottom: -21px;
161161
width: 19px;
162162
height: 19px;
163-
text-overflow: hidden;
164163
text-align: center;
165164
}
166165

@@ -307,9 +306,10 @@
307306
bottom: -4px;
308307
left: 1px;
309308
font-size: 12px;
310-
/* font-weight: 100; */
311309
font-family: "Arial";
312310
letter-spacing: -1px;
311+
width: 100%;
312+
white-space: nowrap;
313313
overflow: hidden !important;
314314
}
315315

0 commit comments

Comments
 (0)