From 34a4ff0cefedddc5ec6ddcd7ea80ce98fcf4177b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 20 Jan 2022 17:03:43 +0100 Subject: Tweak logo max width on the web editor The logo's maximum width is now dependent on the viewport height in addition to the page width. This prevents the "Start Godot editor" button from overflowing the page on mobile devices (although the "Clear persistent data" and "Web editor documentation" buttons will still overflow for now). --- misc/dist/html/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/dist') diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html index a681a2a1c3..87b5c77d3c 100644 --- a/misc/dist/html/editor.html +++ b/misc/dist/html/editor.html @@ -270,7 +270,7 @@

- Godot Engine logo + Godot Engine logo
@GODOT_VERSION@
-- cgit v1.2.3