diff --git a/excalidraw-app/index.html b/excalidraw-app/index.html
index 1305d3a89496..947b22a5e1e9 100644
--- a/excalidraw-app/index.html
+++ b/excalidraw-app/index.html
@@ -1,90 +1,77 @@
-
-
- Excalidraw | Hand-drawn look & feel • Collaborative • Secure
-
-
-
-
-
-
-
-
+
+
+ Excalidraw | Hand-drawn look & feel • Collaborative • Secure
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+ setTheme(getTheme());
+ } catch (e) {
+ console.error("Error setting dark mode", e);
+ }
+
+
+
+
-
- <% if (typeof PROD !='undefined' && PROD==true) { %>
+
+ <% if (typeof PROD !='undefined' && PROD==true) { %>
+
-
-
-
-
- <% } %>
-
-
-
-
-
+
+
+
+
+ <% } %>
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
- <% if ("%VITE_APP_DEV_DISABLE_LIVE_RELOAD%"==="true" ) { %>
-
- <% } %>
-
+
+ <% if ("%VITE_APP_DEV_DISABLE_LIVE_RELOAD%"==="true" ) { %>
+
+ <% } %>
+
-
-
-
+ @media screen and (min-width: 1200px) {
+ #root {
+ -webkit-touch-callout: default;
+ -webkit-user-select: auto;
+ -khtml-user-select: auto;
+ -moz-user-select: auto;
+ -ms-user-select: auto;
+ user-select: auto;
+ }
+ }
+
+
-
-
-
-
-
- <% if ("%VITE_APP_DEV_DISABLE_LIVE_RELOAD%" !=='true' ) { %>
+
+
+
+
+
+ <% if ("%VITE_APP_DEV_DISABLE_LIVE_RELOAD%" !=='true' ) { %>
-
+ -->
<% } %>
-
-
+
+
+