Skip to content

Commit

Permalink
Fix session info box not being big enough
Browse files Browse the repository at this point in the history
  • Loading branch information
CorbinWunderlich committed Dec 18, 2024
1 parent a178df0 commit c22314b
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 c22314b

Please sign in to comment.