-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
import useStyles from './styles'; | ||
import { TableEndGame } from '../../commonComponents'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Порядок импортов
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Порядок импортов
There was a problem hiding this comment.
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%', |
There was a problem hiding this comment.
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%)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
1f9768f
to
253e24c
Compare
adb8ba4
to
a012d9c
Compare
a012d9c
to
ad01640
Compare
No description provided.