Roll back editor menu changes

This commit is contained in:
Carlos Fernandez 2025-10-14 03:18:14 -04:00
parent 9000d08db8
commit b2208acfd3
3 changed files with 2 additions and 4 deletions

View file

@ -39,6 +39,7 @@ export default class DomainCardSheet extends DHBaseItemSheet {
const context = await super._prepareContext(options);
context.domain = CONFIG.DH.DOMAIN.allDomains()[this.document.system.domain];
context.domainChoices = CONFIG.DH.DOMAIN.orderedDomains();
return context;
}
}

View file

@ -4,13 +4,10 @@
.application.daggerheart {
prose-mirror {
height: 100% !important;
flex: 1;
.editor-menu {
background-color: transparent;
padding: 0 0 8px 0;
}
.editor-content {
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;

View file

@ -7,7 +7,7 @@
flex-direction: column;
height: -webkit-fill-available !important;
overflow-y: hidden !important;
padding: 10px 20px 0 20px;
padding-top: 10px;
prose-mirror.active + .artist-attribution {
display: none;