Place name controls on their own line in status bar

This commit is contained in:
2026-01-28 16:44:40 +01:00
parent 653c8f9cad
commit 168b5de08b
2 changed files with 4 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
<span class="status-dot"></span>
<span id="phase-pill">Loading…</span>
<span class="counts" id="counts"></span>
<div class="inline-name">
<div class="name-inline">
<label for="name-input" class="label">Name</label>
<input id="name-input" maxlength="64" placeholder="Pick a name" />
<button id="save-name" class="ghost">Save</button>
@@ -89,4 +89,3 @@
<script src="app.js"></script>
</body>
</html>