mirror of
https://github.com/mue/mue.git
synced 2026-07-14 04:24:01 +02:00
feat: better keybinds ui, fix notes, improve search dropdown etc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: rgb(211, 211, 211);
|
||||
color: rgb(214, 214, 214);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user