mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
Better logging for games, tweak width of mobile game header
This commit is contained in:
@@ -81,7 +81,6 @@ window.onload = function() {
|
||||
};
|
||||
|
||||
function incrementCardQuantity(e) {
|
||||
console.log(e.target);
|
||||
if(e.target.card.quantity < 25) {
|
||||
e.target.card.quantity += 1;
|
||||
}
|
||||
|
||||
@@ -640,7 +640,7 @@ label {
|
||||
#players-remaining {
|
||||
font-size: 1.5em;
|
||||
color: gray;
|
||||
width: 3.8em;
|
||||
width: 6em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user