Merge pull request #37 from Eldritch-Oliver/GH-34

Allow read-mode on Actor sheets instead of forced edit-only mode
This commit is contained in:
Oliver 2025-09-01 22:54:38 -06:00 committed by GitHub
commit 0bc3594672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -1,8 +1,9 @@
.taf > .window-content prose-mirror {
background: var(--prosemirror-background);
gap: 0;
.editor-content {
padding: 0 8px 8px;
padding: 8px;
}
.tableWrapper th,

View file

@ -6,6 +6,7 @@
value="{{system.content}}"
collaborate="true"
data-document-uuid="{{actor.uuid}}"
toggled="true"
>
{{{ enriched.system.content }}}
</prose-mirror>