Skip to content

Commit

Permalink
Tweak overlay width.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Apr 30, 2022
1 parent 8962b48 commit 915351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/audience_display.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var logoUp = "15px";
var logoDown = $("#logo").css("top");
var scoreIn = $(".score").css("width");
var scoreMid = "135px";
var scoreOut = "255px";
var scoreOut = "210px";
var scoreFieldsOut = "40px";

// Handles a websocket message to change which screen is displayed.
Expand Down

0 comments on commit 915351d

Please sign in to comment.