fix: modal and notes style fixes

This commit is contained in:
David Ralph
2021-04-02 13:51:22 +01:00
parent 5947aa25fd
commit d0934d8e6d
5 changed files with 17 additions and 10 deletions

View File

@@ -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() {