Skip to content

Commit 67955ae

Browse files
committed
style the help and new version overlays
1 parent e5e4d30 commit 67955ae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/views/help-overlay.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const OverlayTitle = require('../components/overlay-title');
88
const OverlayFooter = require('../components/overlay-footer');
99

1010
const helpStyle = {
11-
position: 'relative'
11+
position: 'relative',
12+
marginTop: '25px'
1213
};
1314

1415
const helpLink = 'http://www.parallax.com/go/PBASICHelp';

src/views/new-version-overlay.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const OverlayTitle = require('../components/overlay-title');
88
const OverlayFooter = require('../components/overlay-footer');
99

1010
const contentStyle = {
11-
position: 'relative'
11+
position: 'relative',
12+
marginTop: '25px'
1213
};
1314

1415
const releaseNotesLink = 'https://github.com/parallaxinc/Parallax-IDE/releases';

0 commit comments

Comments
 (0)