mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Merge 3d0ae17abe into 3c36c5747d
This commit is contained in:
commit
3ef2a7d503
5 changed files with 3 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ export default class DomainCardSheet extends DHBaseItemSheet {
|
||||||
/**@inheritdoc */
|
/**@inheritdoc */
|
||||||
static DEFAULT_OPTIONS = {
|
static DEFAULT_OPTIONS = {
|
||||||
classes: ['domain-card'],
|
classes: ['domain-card'],
|
||||||
position: { width: 450, height: 700 }
|
position: { width: 450, height: 680 }
|
||||||
};
|
};
|
||||||
|
|
||||||
/** @override */
|
/** @override */
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
height: 300px;
|
height: 300px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
mask-image: linear-gradient(0deg, transparent 0%, black 6.25%);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -142,7 +142,6 @@
|
||||||
.item-name {
|
.item-name {
|
||||||
input[type='text'] {
|
input[type='text'] {
|
||||||
font-size: var(--font-size-32);
|
font-size: var(--font-size-32);
|
||||||
height: 42px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
.application.sheet.daggerheart.dh-style.domain-card {
|
.application.sheet.daggerheart.dh-style.domain-card {
|
||||||
section.tab {
|
section.tab {
|
||||||
height: 400px;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
.attribution-header-label {
|
.attribution-header-label {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-family: @font-body;
|
font-family: @font-body;
|
||||||
color: light-dark(@chat-blue-bg, @beige-50);
|
color: @color-text-subtle;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.plain.inline-control {
|
button.plain.inline-control {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
<div class='item-info'>
|
<div class='item-info'>
|
||||||
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
||||||
<div class='item-description'>
|
<div class='item-description'>
|
||||||
<h3>{{localize 'TYPES.Item.domainCard'}}</h3>
|
|
||||||
<h3>
|
<h3>
|
||||||
{{localize (concat 'DAGGERHEART.CONFIG.DomainCardTypes.' source.system.type)}}
|
{{localize (concat 'DAGGERHEART.CONFIG.DomainCardTypes.' source.system.type)}}
|
||||||
<span>-</span>
|
<span>-</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue