diff --git a/src/app/files-tab.js b/src/app/files-tab.js index 2b0c993f19..987df3ecb7 100644 --- a/src/app/files-tab.js +++ b/src/app/files-tab.js @@ -14,13 +14,19 @@ var css = csjs` .filesTabView { padding: 2%; } - .crow { - margin-top: 1em; + .crow extends ${styles.displayBox} { + margin-bottom: 1%; display: flex; + flex-wrap: wrap; } .infoBox extends ${styles.infoTextBox} { margin-top: 2em; } + .button extends ${styles.button} { + background-color: ${styles.colors.blue}; + margin-bottom: .5em; + margin-right: 1em; + } ` module.exports = filesTab @@ -29,14 +35,15 @@ function filesTab (container, appAPI, events, opts) { var el = yo`
- Publish all open files to an anonymous github gist.
- Copy all files to another instance of Browser-solidity.