Skip to content

Commit

Permalink
perf: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed May 12, 2022
1 parent b7d3573 commit 91af5d4
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/Premium.vue
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ export default defineComponent({

<style lang="scss" scoped>
.premium-wrapper {
width: 472px;
width: 480px;
background: var(--g-color-95);
margin: auto;
padding: 20px;
3 changes: 2 additions & 1 deletion src/renderer/components/Setting.vue
Original file line number Diff line number Diff line change
@@ -193,7 +193,8 @@ export default defineComponent({

<style lang="scss" scoped>
.editor-wrapper {
width: 600px;
width: fit-content;
min-width: 600px;
background: var(--g-color-95);
margin: auto;
padding: 10px;

0 comments on commit 91af5d4

Please sign in to comment.