fix: add link, date picker, photo information, uninstall button

This commit is contained in:
David Ralph
2021-07-17 13:43:18 +01:00
parent b842bd935e
commit 2a1e26d0c4
4 changed files with 5 additions and 3 deletions

View File

@@ -29,7 +29,8 @@
border: 2px solid #ff4757;
color: #ff4757;
margin-top: 5px;
float: right;
margin-top: -10px;
&:hover {
background: #ff4757;

View File

@@ -18,7 +18,7 @@ export default class GreetingSettings extends React.PureComponent {
localStorage.setItem('birthday', e.target.value);
this.setState({
birthday: e.target.value
birthday: new Date(e.target.value)
});
}

View File

@@ -44,7 +44,7 @@
left: 0.7em;
padding: 1rem;
border-radius: 24px 24px 24px 0;
max-width: 500px;
width: 300px !important;
text-align: left;
text-shadow: none;

View File

@@ -23,6 +23,7 @@
position: absolute;
margin-left: -140px;
margin-top: 50px;
z-index: 1;
svg {
float: left;