Skip to content

Commit

Permalink
turn off relay feed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 18, 2024
1 parent a8896bc commit 716c425
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/lib/components/partials/editor.block-options.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@
:global *[role=dialog] {
max-width:20% !important;
min-width: 420px;
}
</style>
4 changes: 2 additions & 2 deletions src/lib/components/wrappers/form-input.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li class="grid grid-cols-4 mb-2">
<span class="col-span-1 text-right pr-3">
<li class="grid grid-cols-5 mb-2">
<span class="col-span-2 text-right pr-3">
<slot name="label"></slot>
</span>
<span class="col-span-3">
Expand Down
2 changes: 1 addition & 1 deletion src/lib/core/kinds/app-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const defaults: ConfigObj = {
order: 0
},
'relay-feed': {
enabled: true,
enabled: false,
repeatable: false,
order: 1
},
Expand Down

0 comments on commit 716c425

Please sign in to comment.