We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e4d30 commit 67955aeCopy full SHA for 67955ae
src/views/help-overlay.js
@@ -8,7 +8,8 @@ const OverlayTitle = require('../components/overlay-title');
8
const OverlayFooter = require('../components/overlay-footer');
9
10
const helpStyle = {
11
- position: 'relative'
+ position: 'relative',
12
+ marginTop: '25px'
13
};
14
15
const helpLink = 'http://www.parallax.com/go/PBASICHelp';
src/views/new-version-overlay.js
const contentStyle = {
const releaseNotesLink = 'https://github.com/parallaxinc/Parallax-IDE/releases';
0 commit comments