Skip to content

Commit

Permalink
Merge pull request #355 from CorbinWunderlich/master
Browse files Browse the repository at this point in the history
Fix the login box not fitting the inner box
  • Loading branch information
totaam authored Jan 17, 2025
2 parents 00c9be4 + 5971e92 commit 1ba6f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html5/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ table#sessiondata td {
}

#login-box {
height: 320px;
height: fit-content;
width: 480px;
margin: auto;
margin-top: 20px;
Expand Down Expand Up @@ -563,6 +563,7 @@ table#sessiondata td {

#login-buttons {
margin: 2em;
margin-bottom: 0px;
}

.login-button {
Expand Down

0 comments on commit 1ba6f11

Please sign in to comment.