Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-21 16:18:50 -07:00
commit b3c55040b3
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ export class FolkPubsEditor extends HTMLElement {
return `<style>
:host {
display: block;
height: calc(100vh - 92px);
height: calc(100vh - 140px);
background: var(--rs-bg-page);
color: var(--rs-text-primary);
}