diff --git a/README.md b/README.md
index b266401..b2fa2c2 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,9 @@ A javascript scratchpad similar to Electron Fiddle or CodePen.
- Evaluate the code or the selection in the editor.
- Live-reload (currently for desktop only, simulator/emulator next).
+> [!WARNING]
+> This project is PRE-RELEASE! It requires the `dev` branch of the socket runtime.
+
# DESCRIPTION
Socket App Studio provides a sandbox environment where developers can write, build, and run experiments or snippets of code, making it easier to test and share code. Download it from GitHub for Windows, MacOS, and Linux.
diff --git a/src/css/index.css b/src/css/index.css
index 53f8295..12f9393 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -253,7 +253,7 @@ main-component {
header {
display: grid;
- grid-template-columns: 1fr 34px 250px 34px 1fr 34px 34px;
+ grid-template-columns: 68px 1fr 34px 250px 34px 1fr 34px 34px;
gap: 12px;
grid-template-rows: auto;
align-content: center;
diff --git a/src/index.js b/src/index.js
index b402279..2437dbb 100644
--- a/src/index.js
+++ b/src/index.js
@@ -528,6 +528,7 @@ class AppView extends Tonic {
return this.html`