diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-02-12 02:54:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 02:54:06 +0100 |
commit | d05f0f15f30e71c1fdc950b037dfedb109780b62 (patch) | |
tree | 16c3ff55330cc9e3b0298c1eb4022142c2b3de59 /misc/dist | |
parent | 9c3cbc9edcae4853d2fd16ae2a3a9de59ddc2ec9 (diff) | |
parent | 34a4ff0cefedddc5ec6ddcd7ea80ce98fcf4177b (diff) |
Merge pull request #57005 from Calinou/web-editor-tweak-logo-max-width
Tweak logo max width on the web editor
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/html/editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html index 9e03f50c37..8d436038c1 100644 --- a/misc/dist/html/editor.html +++ b/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 /> |