Skip to content

Commit

Permalink
Fix and decrease Godot logo size in the HTML5 editor loader
Browse files Browse the repository at this point in the history
The logo can no longer overflow the viewport.
  • Loading branch information
Calinou committed Dec 26, 2020
1 parent 6019dab commit d802249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dist/html/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<option value="GLES3">WebGL 2</option>
</select>
<br />
<img src="logo.svg">
<img src="logo.svg" width="1024" height="414" style="width: auto; height: auto; max-width: 85%; max-height: 250px" />
<br />
<label for="zip-file" style="margin-right: 1rem">Preload project ZIP:</label> <input id="zip-file" type="file" id="files" name="files" style="margin-bottom: 1rem"/>
<br />
Expand Down

0 comments on commit d802249

Please sign in to comment.