File tree Expand file tree Collapse file tree 8 files changed +8
-23
lines changed
Expand file tree Collapse file tree 8 files changed +8
-23
lines changed Original file line number Diff line number Diff line change 11
22: root {
3+ --dim-toolbar-contents-height : 71px ;
34 --dim-footer-height : 0 ;
45}
56
67.title {
7- padding-left : 40px ;
8+ padding-left : 60px ;
9+ font-size : 20px ;
810}
911
1012.tsd-toolbar-contents ::after {
1113 position : absolute;
12- top : 1 px ;
13- width : 38 px ;
14- height : 38 px ;
14+ top : 7 px ;
15+ width : 57 px ;
16+ height : 57 px ;
1517 content : '' ;
16- background-image : url (/images/endo-logo-red-38px .png);
18+ background-image : url (/images/endo-logo-red-57px .png);
1719}
Original file line number Diff line number Diff line change 1- /**
2- * @packageDescription
3- * [[include:README.md]]
4- */
51export { encodeBase64 } from './src/encode.js' ;
62export { decodeBase64 } from './src/decode.js' ;
73export { btoa } from './btoa.js' ;
Original file line number Diff line number Diff line change 1- /**
2- * @packageDescription
3- * [[include:README.md]]
4- */
Original file line number Diff line number Diff line change 1- /**
2- * @packageDescription
3- * [[include:../README.md]]
4- */
5-
61import bundleSource from './bundle-source.js' ;
72
83export default bundleSource ;
Original file line number Diff line number Diff line change 1- /**
2- * @packageDescription
3- * [[include:README.md]]
4- */
51export { makeCacheMapKit } from './src/cachemap.js' ;
Original file line number Diff line number Diff line change 3737 "plugin" : [
3838 " typedoc-plugin-mermaid"
3939 ],
40- "name" : " EndoJS " ,
40+ "name" : " Endo " ,
4141 "titleLink" : " https://endojs.org" ,
4242 "entryPointStrategy" : " packages" ,
4343 "customCss" : " docs/assets/custom.css" ,
You can’t perform that action at this time.
0 commit comments