Skip to content

Commit

Permalink
Merge pull request #343 from CorbinWunderlich/master
Browse files Browse the repository at this point in the history
Fix session info box not being big enough
  • Loading branch information
totaam authored Dec 19, 2024
2 parents a178df0 + c22314b commit 9568530
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 @@ -381,7 +381,7 @@ div.windowinfocus div.windowhead {
position: fixed;
margin: auto;
width: 640px;
height: 280px;
height: fit-content;
top: 50%;
left: 50%;
margin-left: -320px;
Expand All @@ -404,6 +404,7 @@ div.windowinfocus div.windowhead {

table#sessiondata {
width: 90%;
margin: auto;
}
table#sessiondata th {
text-align: left;
Expand Down

0 comments on commit 9568530

Please sign in to comment.