diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 38b6ea3665..d324d18645 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -235,10 +235,12 @@ module.exports = class CompileTab {
${self._view.contractNames} +
+ +
Details
-
Publish on Swarm
ABI
@@ -523,9 +525,8 @@ const css = csjs` } .compileButton { ${styles.rightPanel.compileTab.button_Compile}; - width: 120px; - min-width: 110px; - margin-right: 1%; + width: 100%; + margin: 15px 0 10px 0; font-size: 12px; } .container { @@ -548,6 +549,8 @@ const css = csjs` display: flex; cursor: pointer; text-align: center; + justify-content: flex-end; + margin: 15px 15px 10px 0; } .copyButton { ${styles.rightPanel.compileTab.button_Details}; @@ -564,12 +567,14 @@ const css = csjs` } .details { ${styles.rightPanel.compileTab.button_Details}; + min-width: 100px; + width: 130px; } .publish { - ${styles.rightPanel.compileTab.button_Publish}; - margin-left: 5px; - margin-right: 5px; - width: 120px; + display: flex; + align-items: center; + margin-left: 10px; + cursor: pointer; } .log { ${styles.rightPanel.compileTab.box_CompileContainer};