From 2a1e26d0c40b0d667e430a972b187af8fd60a842 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sat, 17 Jul 2021 13:43:18 +0100 Subject: [PATCH] fix: add link, date picker, photo information, uninstall button --- src/components/modals/main/scss/marketplace/_buttons.scss | 3 ++- src/components/modals/main/settings/sections/Greeting.jsx | 2 +- src/components/widgets/background/scss/_photoinformation.scss | 2 +- src/components/widgets/quicklinks/quicklinks.scss | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/modals/main/scss/marketplace/_buttons.scss b/src/components/modals/main/scss/marketplace/_buttons.scss index e043d414..6903ba39 100644 --- a/src/components/modals/main/scss/marketplace/_buttons.scss +++ b/src/components/modals/main/scss/marketplace/_buttons.scss @@ -29,7 +29,8 @@ border: 2px solid #ff4757; color: #ff4757; - margin-top: 5px; + float: right; + margin-top: -10px; &:hover { background: #ff4757; diff --git a/src/components/modals/main/settings/sections/Greeting.jsx b/src/components/modals/main/settings/sections/Greeting.jsx index 3c6b9b80..755c8d65 100644 --- a/src/components/modals/main/settings/sections/Greeting.jsx +++ b/src/components/modals/main/settings/sections/Greeting.jsx @@ -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) }); } diff --git a/src/components/widgets/background/scss/_photoinformation.scss b/src/components/widgets/background/scss/_photoinformation.scss index 713c9c09..6749a35f 100644 --- a/src/components/widgets/background/scss/_photoinformation.scss +++ b/src/components/widgets/background/scss/_photoinformation.scss @@ -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; diff --git a/src/components/widgets/quicklinks/quicklinks.scss b/src/components/widgets/quicklinks/quicklinks.scss index 06c1b4c0..95f9a916 100644 --- a/src/components/widgets/quicklinks/quicklinks.scss +++ b/src/components/widgets/quicklinks/quicklinks.scss @@ -23,6 +23,7 @@ position: absolute; margin-left: -140px; margin-top: 50px; + z-index: 1; svg { float: left;