Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-21 15:28:07 -07:00
commit 4823d92bd5
1 changed files with 4 additions and 4 deletions

View File

@ -782,7 +782,7 @@ export class FolkPubsEditor extends HTMLElement {
return `<style>
:host {
display: block;
height: calc(100vh - 52px);
height: calc(100vh - 92px);
background: var(--rs-bg-page);
color: var(--rs-text-primary);
}
@ -1114,7 +1114,7 @@ export class FolkPubsEditor extends HTMLElement {
align-items: center;
justify-content: center;
padding: 1rem;
min-height: 0;
min-height: 300px;
overflow: auto;
}
@ -1182,8 +1182,8 @@ export class FolkPubsEditor extends HTMLElement {
/* ── Responsive ── */
@media (max-width: 768px) {
:host { height: auto; min-height: calc(100vh - 92px); }
@media (max-width: 640px) {
:host { height: auto; min-height: calc(100vh - 56px); }
.editor-toolbar { gap: 0.5rem; }
.toolbar-left { flex-direction: column; gap: 0.375rem; }
.title-input, .author-input { max-width: 100%; flex: 1; }