mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +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);
|
const context = await super._prepareContext(options);
|
||||||
context.domain = CONFIG.DH.DOMAIN.allDomains()[this.document.system.domain];
|
context.domain = CONFIG.DH.DOMAIN.allDomains()[this.document.system.domain];
|
||||||
context.domainChoices = CONFIG.DH.DOMAIN.orderedDomains();
|
context.domainChoices = CONFIG.DH.DOMAIN.orderedDomains();
|
||||||
|
|
||||||
return context;
|
return context;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,13 +4,10 @@
|
||||||
.application.daggerheart {
|
.application.daggerheart {
|
||||||
prose-mirror {
|
prose-mirror {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
flex: 1;
|
|
||||||
|
|
||||||
.editor-menu {
|
.editor-menu {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 0 0 8px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-content {
|
.editor-content {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: -webkit-fill-available !important;
|
height: -webkit-fill-available !important;
|
||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
padding: 10px 20px 0 20px;
|
padding-top: 10px;
|
||||||
|
|
||||||
prose-mirror.active + .artist-attribution {
|
prose-mirror.active + .artist-attribution {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue