Allow read-mode on Actor sheets

This commit is contained in:
Eldritch-Oliver 2025-09-01 22:46:43 -06:00
parent d66402f5cf
commit 5cc94f9185
2 changed files with 3 additions and 1 deletions

View file

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

View file

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