mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
fix: slider text, quote
- Quote was being irritating on lower resolutions and would make it so the text for author would go outside - Text on slider was getting jammed together
This commit is contained in:
@@ -63,7 +63,7 @@ export default class SliderComponent extends PureComponent {
|
||||
<>
|
||||
<span className={'sliderTitle'}>
|
||||
{this.props.title}
|
||||
{Number(this.state.value / 100)}x
|
||||
<span>{Number(this.state.value / 100)}x</span>
|
||||
<span className="link" onClick={this.resetItem}>
|
||||
<MdRefresh />
|
||||
{variables.language.getMessage(
|
||||
|
||||
Reference in New Issue
Block a user