Skip to content

Commit

Permalink
Merge branch '0.0.x/main' of https://github.com/ItsSammyM/mafia-rust
Browse files Browse the repository at this point in the history
…into 0.0.x/main
  • Loading branch information
ItsSammyM committed Dec 5, 2023
2 parents 86105d0 + fbccc2c commit 7fda8c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/menu/game/HeaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default class HeaderMenu extends React.Component<HeaderMenuProps, HeaderM

render(){
const timerStyle = {
paddingTop: '1%',
paddingTop: '100%',
backgroundColor: 'red',
width: `${(this.state.gameState.timeLeftMs) * (100/(60*1000))}%`,
margin: '0 auto', // Center the timer horizontally
Expand Down
1 change: 1 addition & 0 deletions client/src/menu/game/gameScreenContent/chatMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
height: 100%;
max-height: 100%;
max-width: 100%;
background-color: var(--background-color);
}
.chat-menu .content-tab {
background-color: #132936;
Expand Down
2 changes: 1 addition & 1 deletion client/src/menu/game/headerMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
.header-menu .timer-box{
width: 100%;
height: 100%;
height: .5rem;
margin: 0%;
padding: 0%;
background-color: #220000;
Expand Down

1 comment on commit 7fda8c2

@vercel
Copy link

@vercel vercel bot commented on 7fda8c2 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mafia-game – ./

mafia-game-itssammym.vercel.app
mafia-game.vercel.app
mafia-game-git-00x-main-itssammym.vercel.app

Please sign in to comment.