Fix and decrease Godot logo size in the HTML5 editor loader
The logo can no longer overflow the viewport.
This commit is contained in:
2
misc/dist/html/editor.html
vendored
2
misc/dist/html/editor.html
vendored
@ -169,7 +169,7 @@
|
|||||||
<option value="GLES3">WebGL 2</option>
|
<option value="GLES3">WebGL 2</option>
|
||||||
</select>
|
</select>
|
||||||
<br />
|
<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 />
|
<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"/>
|
<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 />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user