Skip to content

Commit

Permalink
Merge pull request #177 from daithihearn/hide-player-name-on-mobile
Browse files Browse the repository at this point in the history
Hiding the player name on smaller screens
  • Loading branch information
daithihearn authored Jul 8, 2023
2 parents 3c9b4ee + 8401dfb commit 719d889
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "7.2.4",
"version": "7.2.5",
"description": "React frontend for the Cards 110",
"author": "Daithi Hearn",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Cards 110",
"name": "Cards 110",
"version": "7.2.4",
"version": "7.2.5",
"icons": [
{
"src": "./assets/favicon.png",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/Game/_game.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@

}

.player-name-container {
display: none !important;
}

.button-area {
padding: 10px 0px 10px 0px !important;
}
Expand Down

0 comments on commit 719d889

Please sign in to comment.