mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-18 08:48:00 +00:00
Add info modal (#14)
* add border radius * fix settings styling a little * move hook * get default values from localstorage * replace svgs with own svg * update favicon * add logo * update meta * adjust scaling * fix some scaling * add infomodal
This commit is contained in:
@@ -34,8 +34,9 @@ const CloseButton = styled.div<{
|
||||
rotation: Rotation;
|
||||
}>`
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
top: 15%;
|
||||
right: 5%;
|
||||
z-index: 9999;
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
@@ -77,6 +78,7 @@ const PlayerMenu = ({
|
||||
resetCurrentGame,
|
||||
}: PlayerMenuProps) => {
|
||||
const handleOnClick = () => {
|
||||
console.log('hej');
|
||||
setShowPlayerMenu(false);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user