Skip to content

Commit

Permalink
fix(website): change margins on notification settins
Browse files Browse the repository at this point in the history
  • Loading branch information
mytlogos committed Aug 10, 2022
1 parent d74bc8b commit e46bd04
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/website/src/components/notifications-settings.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<template>
<div>
<h5>Notifications</h5>
<p-button label="Save" />
<Toolbar>
<template #start>
<h5 class="m-0">Notifications</h5>
</template>
<template #end>
<p-button label="Save" />
</template>
</Toolbar>
<form>
<h6>Global Settings</h6>
<h6 class="my-2">Global Settings</h6>
<p-button
v-if="shouldRequestPermission"
label="Permit native Notifications"
Expand Down

0 comments on commit e46bd04

Please sign in to comment.