Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

savannah game tracker and sounds #43

Merged
merged 2 commits into from
Apr 14, 2021

Conversation

alexlatypov94
Copy link
Collaborator

No description provided.

import useStyles from './styles';
import { TableEndGame } from '../../commonComponents';
Copy link
Owner

Choose a reason for hiding this comment

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

Порядок импортов

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@@ -10,6 +10,7 @@ import { SAVANNAH, VOLUME_DIVIDER } from '../../../constants';
import { KEYBOARD_CODE } from '../constants';
import { IAppState, IGameName, ISavannahWord } from '../../../store/types';
import useStyles from '../styles';
import GameTracker from '../../commonComponents/GameTracker';
Copy link
Owner

Choose a reason for hiding this comment

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

Порядок импортов

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@@ -109,7 +109,7 @@ const useStyles = makeStyles((theme) =>

footerImg: {
position: 'absolute',
left: '50%',
left: '45%',
Copy link
Owner

Choose a reason for hiding this comment

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

чтобы идеально отцентрировать, лучше использовать:

left: 50%
transform: translateX(-50%)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@lbratkovskaya lbratkovskaya merged commit f05d645 into develop Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants