Skip to content

Commit

Permalink
Formatting saver-loader widget
Browse files Browse the repository at this point in the history
  • Loading branch information
malloch committed Aug 24, 2023
1 parent 2ebc523 commit 8e32374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/SaverLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class SaverLoader {
"<div id='saveButton' style='width:50%;display:inline-block'>Save</div>"+
"</div>"+
"<div style='padding:0px'>"+
"<button id='unloadFile' style='display:inline-block'>Unload</button>"+
"<p id='fileName' style='display:inline-block;float left;padding-left:10px'>No file loaded</p>"+
"<div id='unloadFile' style='width:50%;display:inline-block'>Unload</div>"+
"<p id='fileName' style='width:50%;display:inline-block;float left;padding-left:10px'>No file loaded</p>"+
"</div>"+
"</div>"+
"</div>");
Expand Down

0 comments on commit 8e32374

Please sign in to comment.