Skip to content

Commit

Permalink
fix(electron/macos): made top padding a lil smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jul 16, 2020
1 parent 64a0f4c commit 108dce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<q-toolbar
:class="
$q.platform.is.electron && $q.platform.is.mac && !fs
? ['q-pt-xl', 'q-pb-sm']
? ['q-pt-lg', 'q-pb-sm']
: ''
"
>
Expand Down

1 comment on commit 108dce6

@vercel
Copy link

@vercel vercel bot commented on 108dce6 Jul 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.