mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
fix: modal and notes style fixes
This commit is contained in:
@@ -36,6 +36,10 @@ export default class Notes extends React.PureComponent {
|
||||
if (localStorage.getItem('notesPinned') === 'true') {
|
||||
document.getElementById('noteContainer').classList.toggle('visibilityshow');
|
||||
}
|
||||
|
||||
if (localStorage.getItem('refresh') === 'false') {
|
||||
document.getElementById('noteContainer').style.marginLeft = '-200px';
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user