diff --git a/src/components/modals/main/settings/Slider.jsx b/src/components/modals/main/settings/Slider.jsx index 1404386d..8aaa23b9 100644 --- a/src/components/modals/main/settings/Slider.jsx +++ b/src/components/modals/main/settings/Slider.jsx @@ -63,7 +63,7 @@ export default class SliderComponent extends PureComponent { <> {this.props.title} - {Number(this.state.value / 100)}x + {Number(this.state.value / 100)}x {variables.language.getMessage( diff --git a/src/components/widgets/quote/quote.scss b/src/components/widgets/quote/quote.scss index e3f4ac4a..d2719182 100644 --- a/src/components/widgets/quote/quote.scss +++ b/src/components/widgets/quote/quote.scss @@ -8,6 +8,7 @@ --shadow-shift: 0.125rem; color: #fff; font-weight: 600; + width: 40vw; } .quoteauthor { @@ -122,10 +123,10 @@ h1.quoteauthor { .quotediv { animation: fadeIn 1s; - width: 40vw; display: flex; flex-direction: column; gap: 10px; + align-items: center; button { @include basicIconButton(11px, 1.3rem, ui); }