diff --git a/src/components/modals/main/scss/settings/_dropdown.scss b/src/components/modals/main/scss/settings/_dropdown.scss index c2c13bc7..137e1160 100644 --- a/src/components/modals/main/scss/settings/_dropdown.scss +++ b/src/components/modals/main/scss/settings/_dropdown.scss @@ -1,17 +1,11 @@ -.dropdown { - select { - margin-left: 10px; - width: 120px; - color: var(--modal-text); - background: var(--sidebar); - border: none; - padding: 10px 10px; - border-radius: 5px; - } - - select#language { - float: right; - } +select { + margin-left: 10px; + width: 120px; + color: var(--modal-text); + background: var(--sidebar); + border: none; + padding: 10px 10px; + border-radius: 5px; } // firefox dropdown diff --git a/src/components/modals/main/settings/Dropdown.jsx b/src/components/modals/main/settings/Dropdown.jsx index c1fb64fb..96e6a6e8 100644 --- a/src/components/modals/main/settings/Dropdown.jsx +++ b/src/components/modals/main/settings/Dropdown.jsx @@ -9,7 +9,7 @@ export default class Dropdown extends React.PureComponent { } getLabel() { - return this.props.label ? : null; + return this.props.label ? : null; } onChange(value) { @@ -28,11 +28,9 @@ export default class Dropdown extends React.PureComponent { return ( <> {this.getLabel()} -
- -
+ ); } diff --git a/src/components/modals/main/settings/sections/Appearance.jsx b/src/components/modals/main/settings/sections/Appearance.jsx index 06c26fb8..75683336 100644 --- a/src/components/modals/main/settings/sections/Appearance.jsx +++ b/src/components/modals/main/settings/sections/Appearance.jsx @@ -39,20 +39,20 @@ export default function AppearanceSettings() { {/* names are taken from https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight */} - - - - - - - - + + + + + + + +

- - - + + +

{appearance.accessibility.title}

diff --git a/src/components/modals/main/settings/sections/Background.jsx b/src/components/modals/main/settings/sections/Background.jsx index 4e39033f..86f7e504 100644 --- a/src/components/modals/main/settings/sections/Background.jsx +++ b/src/components/modals/main/settings/sections/Background.jsx @@ -213,8 +213,8 @@ export default class BackgroundSettings extends React.PureComponent {

{background.source.title}

- - + + {/* */ }