mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
WIP CSS cleanup (some things broken atm)
This commit is contained in:
@@ -38,7 +38,7 @@ export default class View extends React.PureComponent {
|
||||
render() {
|
||||
if (localStorage.getItem('view') === 'false' || localStorage.getItem('background') === 'false') return null;
|
||||
return <div className='view'>
|
||||
<FullscreenIcon id='viewButton' onClick={() => this.viewStuff()} />
|
||||
<FullscreenIcon onClick={() => this.viewStuff()} />
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user