File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
fusion-studio-extension/src/browser/widget Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 display : flex ;
1919 }
2020 & -logo {
21- // i feel bad for this monstrosity but without it, it doesnt work
21+ // NOTE(YB): i feel bad for this monstrosity but without it, it doesnt work
2222 background-repeat : no-repeat !important ; //
2323 background-size : contain !important ; // theia has forced my hand
2424 margin-right : 8px ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export class FSWelcomeWidget extends ReactWidget {
4343 < span className = "checkbox" onClick = { e => this . store ( ! this . checked ) } >
4444 < span className = { 'checkbox-box' + ( this . checked ? ' checked' : '' ) } >
4545 < span > </ span >
46- </ span > ls
46+ </ span >
4747 < span className = "checkbox-label" > Show at startup</ span >
4848 </ span >
4949 </ React . Fragment >
You can’t perform that action at this time.
0 commit comments