diff --git a/wwwroot/index.html b/wwwroot/index.html index ef8a308..d8c48cf 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -11,7 +11,7 @@ Loading… — -
+
@@ -89,4 +89,3 @@ - diff --git a/wwwroot/styles.css b/wwwroot/styles.css index a465e74..c06b79a 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -18,7 +18,6 @@ body { border: 1px solid #1f2937; border-radius: 10px; box-shadow: 0 10px 24px rgba(0,0,0,0.25); - max-width: 540px; } .status-dot { @@ -34,16 +33,15 @@ body { font-size: 13px; } -.inline-name { +.name-inline { display: flex; align-items: center; gap: 8px; - margin-left: auto; } -.inline-name input { +.name-inline input { width: 160px; } -.inline-name .hint { +.name-inline .hint { margin: 0; }