File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2424 }
2525}
2626
27+ .panel-editor {
28+ display : flex;
29+ flex-direction : column;
30+
31+ p {
32+ flex-grow : 0 ;
33+ flex-shrink : 0 ;
34+ }
35+ }
2736
2837.editor {
2938 # editor {
30- height : 100% ;
3139 min-height : 50vh ;
3240 width : 100% ;
41+ flex-grow : 1 ;
42+ flex-shrink : 1 ;
3343
3444 border : 1px solid # ccc ;
3545 }
Original file line number Diff line number Diff line change 55 < script >
66 new EventSource ( '/esbuild' ) . addEventListener ( 'change' , ( ) => location . reload ( ) ) ;
77 </ script >
8-
8+ < link rel =" icon " href =" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='0.9em' font-size='90'%3E🌿%3C/text%3E%3C/svg%3E " >
99 < link type ="text/css " rel ="stylesheet " href ="web.css ">
1010 < link type ="text/css " rel ="stylesheet " href ="editor.css ">
1111
2222 < a href ="?load=pinouts/a4988.yaml "> A4988 Motor Driver</ a >
2323 </ p >
2424
25- < p >
26- When you create the pinout for a new commonly available PCB please submit a pull request or issue, so
27- it can be added to the list of available pinouts.
28- </ p >
29-
3025 < p >
3126 < a href ="https://github.com/splitbrain/pinoutleaf?tab=readme-ov-file#configuration-syntax "> Read the docs</ a >
3227 for more info on available config options.
3934 </ div >
4035</ div >
4136
37+
38+ < p >
39+ < small > A tool made by < a href ="https://www.splitbrain.org "> splitbrain</ a > </ small >
40+ </ p >
4241</ body >
4342</ html >
You can’t perform that action at this time.
0 commit comments