Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-21 12:26:46 -07:00
commit dfd116feb7
2 changed files with 613 additions and 377 deletions

File diff suppressed because it is too large Load Diff

View File

@ -445,7 +445,7 @@ export class FolkPubsPublishPanel extends HTMLElement {
private getStyles(): string {
return `<style>
:host { display: block; }
:host { display: block; max-width: 32rem; margin: 0 auto; }
.panel { display: flex; flex-direction: column; gap: 0.5rem; }
.tabs {