mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Added description to adversary and environment
This commit is contained in:
parent
cc3ebca075
commit
11baedebb7
3 changed files with 11 additions and 0 deletions
|
|
@ -24,9 +24,11 @@
|
||||||
&.environment,
|
&.environment,
|
||||||
&.companion {
|
&.companion {
|
||||||
width: 360px !important;
|
width: 360px !important;
|
||||||
|
height: auto !important;
|
||||||
|
|
||||||
.window-content {
|
.window-content {
|
||||||
display: unset;
|
display: unset;
|
||||||
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.limited-container {
|
.limited-container {
|
||||||
|
|
@ -50,6 +52,11 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
font-style: italic;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,6 @@
|
||||||
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
||||||
<h2 class="title-name">{{document.name}}</h2>
|
<h2 class="title-name">{{document.name}}</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<div class="description">{{{document.system.description}}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -3,4 +3,6 @@
|
||||||
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
||||||
<h2 class="title-name">{{document.name}}</h2>
|
<h2 class="title-name">{{document.name}}</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<div class="description">{{{document.system.description}}}</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue