mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Roll back editor menu changes
This commit is contained in:
parent
9000d08db8
commit
b2208acfd3
3 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue