bug fixes

This commit is contained in:
adrian
2025-12-15 20:45:41 +01:00
parent de6f6252c2
commit c432390984
6 changed files with 62 additions and 20 deletions

View File

@ -1,3 +1,49 @@
body {
background-color: #09161E;
}
.username {
display: flex;
justify-content: center;
background-color: white;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
min-width: 100px;
margin: 5px auto;
font-size: 30px;
}
.session_id {
display: flex;
justify-content: center;
background-color: white;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
min-width: 100px;
margin: 5px auto;
font-size: 30px;
}
.joinButton {
display: flex;
justify-content: center;
background-color: white;
border: 2px solid #ccc;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
margin: 100px auto;
font-size: 30px;
}
.heading {
display: flex;
justify-content: center;
font-size: 50px;
color: white;
}