ep_table_of_contents 0.3.124 → 0.3.127
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 +2 -2
- package/static/css/toc.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ep_table_of_contents",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.127",
|
|
4
4
|
"description": "View a table of contents for your pad",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John McLear",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"eslint": "^8.57.1",
|
|
30
30
|
"eslint-config-etherpad": "^4.0.4",
|
|
31
|
-
"typescript": "^
|
|
31
|
+
"typescript": "^5.9.3"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"test": "node --test tests/*.test.js",
|
package/static/css/toc.css
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
@media (min-width: 1350px) {
|
|
50
50
|
#toc { width: 25% }
|
|
51
|
-
body.comments-active #toc { width: 20% }
|
|
51
|
+
body.comments-active #toc { width: 20% } /* a bit smaller when the comment sidebar is visible */
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
#ep_table_of_contents-a button {
|