File tree Expand file tree Collapse file tree
src/electron/frontend/assets/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ class CustomNWBConverter(NWBConverter):
6060"""
6161
6262with open (sourceDataStoryPath , "w" ) as outfile :
63- outfile .write (
64- f"""import {{ globalState, PageTemplate }} from "./storyStates";
63+ outfile .write (f"""import {{ globalState, PageTemplate }} from "./storyStates";
6564{ importCode }
6665
6766export default {{
@@ -82,5 +81,4 @@ class CustomNWBConverter(NWBConverter):
8281All.args = {{ activePage, globalState: globalStateCopy }};
8382
8483{ storyCode }
85- """
86- )
84+ """ )
Original file line number Diff line number Diff line change 3838/* New window (target) + external links */
3939a [target ],
4040a [href ^= "https://" ],
41- a [href ^= "http://" ]
42- {
41+ a [href ^= "http://" ] {
4342 border-bottom : 1px solid;
4443}
4544/* For YouTube Video links */
46- a [href ^= "https://www.youtube.com" ]
47- {
45+ a [href ^= "https://www.youtube.com" ] {
4846 border-bottom : 0px solid;
4947}
5048
You can’t perform that action at this time.
0 commit comments