mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
fix: small modal and marketplace css fixes
This commit is contained in:
@@ -104,7 +104,7 @@ export default class TimeSettings extends React.PureComponent {
|
||||
{timeSettings}
|
||||
{this.state.timeType !== 'analogue' ?
|
||||
<Slider title={window.language.modals.main.settings.sections.appearance.accessibility.widget_zoom} name='zoomClock' min='10' max='400' default='100' display='%' category='clock' element='.clock-container' />
|
||||
: null }
|
||||
: null}
|
||||
|
||||
<h3>{time.date.title}</h3>
|
||||
<Switch name='date' text={this.language.enabled} category='date' element='.date'/>
|
||||
|
||||
Reference in New Issue
Block a user