Remove item type line from domain cards

This commit is contained in:
Carlos Fernandez 2026-05-18 23:40:46 -04:00
parent ab412367f9
commit 6d2368dbfb
4 changed files with 2 additions and 5 deletions

View file

@ -4,7 +4,7 @@ export default class DomainCardSheet extends DHBaseItemSheet {
/**@inheritdoc */
static DEFAULT_OPTIONS = {
classes: ['domain-card'],
position: { width: 450, height: 700 }
position: { width: 450, height: 680 }
};
/** @override */

View file

@ -72,7 +72,7 @@
height: 300px;
width: 100%;
object-fit: cover;
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
mask-image: linear-gradient(0deg, transparent 0%, black 6.25%);
cursor: pointer;
}
@ -142,7 +142,6 @@
.item-name {
input[type='text'] {
font-size: var(--font-size-32);
height: 42px;
text-align: center;
width: 90%;
transition: all 0.3s ease;

View file

@ -3,7 +3,6 @@
.application.sheet.daggerheart.dh-style.domain-card {
section.tab {
height: 400px;
overflow-y: auto;
}
}

View file

@ -14,7 +14,6 @@
<div class='item-info'>
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
<div class='item-description'>
<h3>{{localize 'TYPES.Item.domainCard'}}</h3>
<h3>
{{localize (concat 'DAGGERHEART.CONFIG.DomainCardTypes.' source.system.type)}}
<span>-</span>