We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebc523 commit 8e32374Copy full SHA for 8e32374
js/SaverLoader.js
@@ -9,8 +9,8 @@ class SaverLoader {
9
"<div id='saveButton' style='width:50%;display:inline-block'>Save</div>"+
10
"</div>"+
11
"<div style='padding:0px'>"+
12
- "<button id='unloadFile' style='display:inline-block'>Unload</button>"+
13
- "<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>"+
14
15
16
"</div>");
0 commit comments