Skip to content

Commit

Permalink
UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 27, 2023
1 parent 309ad67 commit 499150e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ when was the change in a commit first made (each commit can have many changes)
<!-- ----------------------------------------------
Environment Buttons
---------------------------------------------- -->
<span style="width:20%;display: inline-block;vertical-align: top;padding: 5px;background-color: #ffff00;height:170px;" v-bind:refresh='refresh' >
<span style="width:15%;display: inline-block;vertical-align: top;padding: 5px;background-color: #ffff00;height:170px;" v-bind:refresh='refresh' >
<div><button type=button
class=' btn-sm btn-info'
Expand Down
2 changes: 1 addition & 1 deletion src/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ async function setUpComponentsLocally ( ) {
await releaseComponentFromPath( '/services/serverFolderContentsV2.js')
await releaseComponentFromPath( '/services/compile_solidity.js')
await releaseComponentFromPath( '/services/serverDatabaseStuff.js')
await releaseComponentFromPath( '/services/serverDockerStuff.js')
//await releaseComponentFromPath( '/services/serverDockerStuff.js')
await releaseComponentFromPath( '/services/serverTerminalStuff.js')


Expand Down

0 comments on commit 499150e

Please sign in to comment.