wiki size fix and allow replying/reacting to blog posts in the ssb app.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4703 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-12-29 20:13:35 +00:00
parent f4f560b164
commit f186806117
4 changed files with 19 additions and 2 deletions

View File

@ -299,6 +299,7 @@ class TfCollectionsAppElement extends LitElement {
</div>
${this.wiki_doc && this.wiki_doc.parent === this.wiki?.id ? html`
<tf-wiki-doc
style="width: 100%"
whoami=${this.whoami}
.wiki=${this.wiki}
.value=${this.wiki_doc}></tf-wiki-doc>