feat: better keybinds ui, fix notes, improve search dropdown etc

This commit is contained in:
David Ralph
2021-09-04 12:20:58 +01:00
parent 3cc8031c84
commit 7f71321e67
14 changed files with 70 additions and 75 deletions

View File

@@ -10,7 +10,7 @@ export default class Notes extends PureComponent {
this.state = {
notes: localStorage.getItem('notes') || '',
visibility: (localStorage.getItem('notesPinned') === 'true') ? 'visible' : 'hidden',
marginLeft: (localStorage.getItem('refresh') === 'false') ? '-200px' : '0px'
marginLeft: (localStorage.getItem('refresh') === 'false') ? '-200px' : '-150px'
};
this.language = window.language.widgets.navbar.notes;
}

View File

@@ -59,7 +59,7 @@
cursor: pointer;
&:hover {
color: rgb(211, 211, 211);
color: rgb(214, 214, 214);
}
}
}