Skip to content

Commit 1625112

Browse files
revert platform detection in HTML (#12082)
1 parent fb6f842 commit 1625112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: app/gui/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
user-scalable = no"
3939
/>
4040
<title>Enso %ENSO_IDE_VERSION%</title>
41+
<script type="module">
42+
import { platform } from 'enso-common/src/detect'
43+
44+
document.documentElement.classList.add(platform().toLowerCase())
45+
</script>
4146
</head>
4247

4348
<body>

0 commit comments

Comments
 (0)