mejora diseño responsive del lobby

This commit is contained in:
2025-08-12 10:22:04 -06:00
parent 32f69805f0
commit 93661a8e8b

View File

@@ -261,6 +261,20 @@ async function joinRoom(roomId: string) {
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 640px) {
.lobby-container {
padding: 20px;
}
.name-input {
min-width: 100%;
}
.btn-secondary {
min-width: 100px;
}
}
.title {
font-size: 3rem;
text-align: center;
@@ -271,6 +285,12 @@ async function joinRoom(roomId: string) {
background-clip: text;
}
@media (max-width: 640px) {
.title {
font-size: 2rem;
}
}
.subtitle {
text-align: center;
color: #666;
@@ -287,12 +307,14 @@ async function joinRoom(roomId: string) {
.name-input-group {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 15px;
}
.name-input {
flex: 1;
min-width: 200px;
padding: 12px;
border: 2px solid #e0e0e0;
border-radius: 8px;