Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes centering of Help and Play icons in header in some browsers by removing padding (#2567) #2570

Merged
merged 24 commits into from
Dec 30, 2019
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
668e26d
Fixes centering of Help and Play icons in header in some browsers by …
Samrose-Ahmed Dec 18, 2019
01d703e
Update babel monorepo to v7.7.7 (#2571)
renovate[bot] Dec 19, 2019
4ab6fd7
Update dependency webpack to v4.41.4 (#2573)
renovate[bot] Dec 19, 2019
40a5bd9
Bump django from 3.0 to 3.0.1 in /requirements (#2572)
dependabot-preview[bot] Dec 19, 2019
f85cf4b
Update dependency webpack-dev-server to v3.10.1 (#2569)
renovate[bot] Dec 19, 2019
71bee68
Support bytes fetch type (fixes #1786) (#2550)
imranariffin Dec 19, 2019
850916e
Changelog updates
wlach Dec 19, 2019
6b6904a
0.17.0
wlach Dec 19, 2019
b9a0d1b
Update dependency style-loader to v1.1.1 (#2578)
renovate[bot] Dec 20, 2019
4ea6696
Bump responses from 0.10.8 to 0.10.9 in /requirements (#2577)
dependabot-preview[bot] Dec 20, 2019
1e7ea71
Update dependency enzyme to v3.11.0 (#2576)
renovate[bot] Dec 20, 2019
90e81cb
Update dependency mini-css-extract-plugin to v0.9.0 (#2579)
renovate[bot] Dec 20, 2019
463328d
Update dependency eslint-plugin-emotion to v10.0.27 (#2583)
renovate[bot] Dec 23, 2019
40edd6c
Update dependency eslint to v6.8.0 (#2581)
renovate[bot] Dec 23, 2019
718270b
Bump coverage from 5.0 to 5.0.1 in /requirements (#2586)
dependabot-preview[bot] Dec 23, 2019
7e1643c
Bump regex from 2019.12.19 to 2019.12.20 in /requirements (#2587)
dependabot-preview[bot] Dec 23, 2019
c850ecb
Lock file maintenance (#2585)
renovate[bot] Dec 23, 2019
8b90b1a
Update emotion monorepo to v10.0.27 (#2584)
renovate[bot] Dec 23, 2019
28d9f29
Update dependency monaco-editor to v0.19.0 (#2580)
renovate[bot] Dec 23, 2019
542223e
Update dependency enzyme-adapter-react-16 to v1.15.2 (#2574)
renovate[bot] Dec 23, 2019
aa75953
Fixes centering of Help and Play icons in header in some browsers by …
Samrose-Ahmed Dec 18, 2019
f772cb2
Move padding to menu-button style add note to CHANGELOG.md
Samrose-Ahmed Dec 26, 2019
04b99be
Merge branch 'header-icon-center' of github.com:Samrose-Ahmed/iodide …
Samrose-Ahmed Dec 26, 2019
22303f6
fix merge
Samrose-Ahmed Dec 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/editor/components/menu/notebook-task-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class NotebookTaskFunction extends React.Component {
<IconButton
classes={{ root: "menu-button" }}
className="menu-button"
style={{ color: "#fafafa" }}
style={{ color: "#fafafa", padding: "0px" }}
onClick={this.props.task.callback}
>
{this.props.children}
Expand Down