Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Caley Woods committed Oct 6, 2019
1 parent 6da5e3b commit 560ca86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
else{
this.isReady = true;
}
this.$bus.on('theme-change',(theme)=>{
this.$refs.app.className = "";
this.$refs.app.classList.add(theme);
Expand Down Expand Up @@ -65,7 +65,7 @@ html,
body {
margin: 0px;
width: 100%;
height: 100%;
height: 100%;
-webkit-font-smoothing: antialiased;
overflow: hidden;
}
Expand Down

0 comments on commit 560ca86

Please sign in to comment.