diff --git a/src/components/modals/Modals.jsx b/src/components/modals/Modals.jsx index 66d788cf..c6373725 100644 --- a/src/components/modals/Modals.jsx +++ b/src/components/modals/Modals.jsx @@ -22,7 +22,7 @@ export default class Modals extends React.PureComponent { } componentDidMount() { - if (localStorage.getItem('showWelcome') === 'true') { + if (localStorage.getItem('showWelcome') === 'true' && window.location.search !== '?nointro=true') { this.setState({ welcomeModal: true }); diff --git a/src/components/modals/main/scss/index.scss b/src/components/modals/main/scss/index.scss index f5768060..b3c801f0 100644 --- a/src/components/modals/main/scss/index.scss +++ b/src/components/modals/main/scss/index.scss @@ -126,14 +126,10 @@ ul.sidebar { text-align: center; } - svg, - li { - font-size: 30px; - } svg { vertical-align: middle; - font-size: 32px; + font-size: 35px; padding: 5px; } diff --git a/src/components/modals/main/scss/settings/_main.scss b/src/components/modals/main/scss/settings/_main.scss index d421df73..4c12025d 100644 --- a/src/components/modals/main/scss/settings/_main.scss +++ b/src/components/modals/main/scss/settings/_main.scss @@ -119,7 +119,7 @@ input[type=color]::-moz-color-swatch { } .MuiFormControlLabel-labelPlacementStart { - margin-left: 0px; + margin-left: 0px !important; } .MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track { diff --git a/src/components/modals/main/settings/sections/Appearance.jsx b/src/components/modals/main/settings/sections/Appearance.jsx index 55e20435..833d2e7e 100644 --- a/src/components/modals/main/settings/sections/Appearance.jsx +++ b/src/components/modals/main/settings/sections/Appearance.jsx @@ -59,7 +59,7 @@ export default function AppearanceSettings() {
: null, - date: this.enabled('date') ?