mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-12 22:26:20 +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:
@@ -9,7 +9,7 @@ export const StyledSettingsButton = styled.button<{ rotation: number }>`
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
top: 12vmin;
|
||||
top: 25%;
|
||||
right: 1vmax;
|
||||
background-color: transparent;
|
||||
user-select: none;
|
||||
@@ -26,7 +26,7 @@ export const StyledSettingsButton = styled.button<{ rotation: number }>`
|
||||
return css`
|
||||
right: auto;
|
||||
top: 1vmax;
|
||||
left: 12vmin;
|
||||
left: 27%;
|
||||
`;
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user