Browse Source

Merge pull request #57005 from Calinou/web-editor-tweak-logo-max-width

Tweak logo max width on the web editor
Fabio Alessandrelli 3 years ago
parent
commit
d05f0f15f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/dist/html/editor.html

+ 1 - 1
misc/dist/html/editor.html

@@ -271,7 +271,7 @@
 		<div id="tab-loader">
 			<div style="color: #e0e0e0;" id="persistence">
 				<br />
-				<img src="logo.svg" alt="Godot Engine logo" width="1024" height="414" style="width: auto; height: auto; max-width: 85%; max-height: 250px" />
+				<img src="logo.svg" alt="Godot Engine logo" width="1024" height="414" style="width: auto; height: auto; max-width: min(85%, 50vh); max-height: 250px" />
 				<br />
 				@GODOT_VERSION@
 				<br />