[mirotalk] - improve login UI

This commit is contained in:
Miroslav Pejic
2025-08-18 01:14:45 +02:00
parent 78fef28bdf
commit 0787a905d8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ body {
padding: 40px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 10px;
background: #000000;
background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 60%, rgba(70, 120, 249, 0.25) 100%);
}
/* Hidden by default; shown after successful login without a target room */
+2 -2
View File
@@ -123,8 +123,8 @@
id="roomName"
class="form-input"
type="text"
placeholder="Room Name"
maxlength="64"
placeholder="Enter room name"
maxlength="32"
required
/>
</div>