Allow read-mode on Actor sheets
This commit is contained in:
parent
d66402f5cf
commit
5cc94f9185
2 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue