fix: dark mode improvements

This commit is contained in:
NGPixel
2020-04-24 15:56:11 -04:00
parent 0ab9ecfdb2
commit 866cdd59c8
2 changed files with 4 additions and 2 deletions

View File

@@ -429,6 +429,8 @@ export default {
this.$store.set('page/mode', 'view')
},
mounted () {
this.scrollStyle.bar.background = '#424242'
// -> Check side navigation visibility
this.handleSideNavVisibility()
window.addEventListener('resize', _.debounce(() => {