mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 19:39:54 +02:00
remove sidebar resource view
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
cdc507c5f7
commit
145468a047
3 changed files with 1 additions and 23 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
{
|
{
|
||||||
"js/ts.preferGoToSourceDefinition": true,
|
"js/ts.preferGoToSourceDefinition": true
|
||||||
"codeQL.githubDatabase.download": "never"
|
|
||||||
}
|
}
|
||||||
|
|
@ -243,13 +243,6 @@
|
||||||
/ 40px 1fr min-content;
|
/ 40px 1fr min-content;
|
||||||
column-gap: 8px;
|
column-gap: 8px;
|
||||||
|
|
||||||
&:has(> .item-resource, > .item-resources) {
|
|
||||||
grid-template:
|
|
||||||
'img name resource controls' auto
|
|
||||||
'img labels labels labels' 1fr
|
|
||||||
/ 40px 1fr min-content min-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .img-portait {
|
> .img-portait {
|
||||||
grid-area: img;
|
grid-area: img;
|
||||||
}
|
}
|
||||||
|
|
@ -258,15 +251,6 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
> .item-resource,
|
|
||||||
> .item-resources {
|
|
||||||
grid-area: resource;
|
|
||||||
align-self: center;
|
|
||||||
|
|
||||||
input {
|
|
||||||
width: 40px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
> .controls {
|
> .controls {
|
||||||
grid-area: controls;
|
grid-area: controls;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
|
|
|
||||||
|
|
@ -17,11 +17,6 @@
|
||||||
{{!-- Item Name --}}
|
{{!-- Item Name --}}
|
||||||
<span class="item-name">{{localize item.name}}</span>
|
<span class="item-name">{{localize item.name}}</span>
|
||||||
|
|
||||||
{{!-- Resource --}}
|
|
||||||
{{#if (and (eq type 'weapon') item.system.resource)}}
|
|
||||||
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{!-- Tags Start --}}
|
{{!-- Tags Start --}}
|
||||||
{{#with item}}
|
{{#with item}}
|
||||||
<div class="item-labels">
|
<div class="item-labels">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue