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()} -
{search.custom} this.resetSearch()}>{language.reset}
diff --git a/src/components/modals/main/settings/sections/Time.jsx b/src/components/modals/main/settings/sections/Time.jsx index 172a83d2..296e6fdb 100644 --- a/src/components/modals/main/settings/sections/Time.jsx +++ b/src/components/modals/main/settings/sections/Time.jsx @@ -71,16 +71,16 @@ export default class TimeSettings extends React.PureComponent { <>