mirror of
https://github.com/mue/mue.git
synced 2026-07-18 22:44:08 +02:00
fix: add link, date picker, photo information, uninstall button
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
|
||||
border: 2px solid #ff4757;
|
||||
color: #ff4757;
|
||||
margin-top: 5px;
|
||||
float: right;
|
||||
margin-top: -10px;
|
||||
|
||||
&:hover {
|
||||
background: #ff4757;
|
||||
|
||||
@@ -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)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
position: absolute;
|
||||
margin-left: -140px;
|
||||
margin-top: 50px;
|
||||
z-index: 1;
|
||||
|
||||
svg {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user