mejoras de UI/UX v2

This commit is contained in:
2025-08-28 14:08:03 -06:00
parent e3399cedeb
commit ea0d08c321
5 changed files with 29 additions and 14 deletions

View File

@@ -467,7 +467,7 @@ function startEditName() {
<style scoped>
.lobby {
min-height: 100vh;
min-height: calc(var(--app-vh, 1vh) * 100);
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 20px;
overflow-y: auto;