Fix for pattern and title
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -362,6 +362,26 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.item-pattern {
|
||||||
|
.attribute {
|
||||||
|
&.item {
|
||||||
|
display: inline;
|
||||||
|
.item-properties {
|
||||||
|
display: inline;
|
||||||
|
li {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.title {
|
||||||
|
article {
|
||||||
|
&.attributes {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.item-list {
|
.item-list {
|
||||||
> li {
|
> li {
|
||||||
.item-description {
|
.item-description {
|
||||||
@@ -429,7 +449,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
article {
|
|
||||||
flex: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -737,12 +737,13 @@
|
|||||||
.inventory {
|
.inventory {
|
||||||
.items-wrapper {
|
.items-wrapper {
|
||||||
h3 {
|
h3 {
|
||||||
background: $l5r5e-bold;
|
background: rgba(90, 110, 90, 0.15);
|
||||||
color: $white;
|
color: $l5r5e-label;
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid $white;
|
||||||
font-family: $font-tertiary;
|
font-family: $font-tertiary;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
.item-list {
|
.item-list {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -834,6 +835,12 @@
|
|||||||
flex: 100%;
|
flex: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.title {
|
||||||
|
.experience {
|
||||||
|
flex: 100%;
|
||||||
|
width: calc(100% - 7.5rem);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Lang Adjust.
|
// Lang Adjust.
|
||||||
&.sheet {
|
&.sheet {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
{{!-- Attributes Tab --}}
|
{{!-- Attributes Tab --}}
|
||||||
<article class="attributes" data-group="primary" data-tab="attributes">
|
<article class="attributes item-list" data-group="primary" data-tab="attributes">
|
||||||
<label class="attribute">
|
<label class="attribute">
|
||||||
{{ localize 'l5r5e.advancements.rarity_modifier' }}
|
{{ localize 'l5r5e.advancements.rarity_modifier' }}
|
||||||
<input class="select-on-focus" type="number" name="data.rarity_modifier" value="{{data.data.rarity_modifier}}" data-dtype="Number" min="0" placeholder="0"/>
|
<input class="select-on-focus" type="number" name="data.rarity_modifier" value="{{data.data.rarity_modifier}}" data-dtype="Number" min="0" placeholder="0"/>
|
||||||
@@ -27,12 +27,14 @@
|
|||||||
{{ localize 'l5r5e.bought_at_rank' }}
|
{{ localize 'l5r5e.bought_at_rank' }}
|
||||||
<input class="select-on-focus" type="number" name="data.bought_at_rank" value="{{data.data.bought_at_rank}}" data-dtype="Number" min="0" placeholder="0"/>
|
<input class="select-on-focus" type="number" name="data.bought_at_rank" value="{{data.data.bought_at_rank}}" data-dtype="Number" min="0" placeholder="0"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="attribute">
|
<label class="attribute item">
|
||||||
{{ localize 'l5r5e.linked_property' }}
|
{{ localize 'l5r5e.linked_property' }}
|
||||||
{{#if data.linkedProperty}}
|
{{#if data.linkedProperty}}
|
||||||
<ul class="item-properties">
|
<ul class="item-properties">
|
||||||
<li>{{{ data.linkedProperty.name }}}</li>
|
<li>
|
||||||
<li data-item-id="{{data.linkedProperty.id}}" class="item-control linked-property-delete" title="{{localize 'Delete'}}"> <i class="fas fa-trash"></i></li>
|
{{{ data.linkedProperty.name }}}
|
||||||
|
<span data-item-id="{{data.linkedProperty.id}}" class="item-control linked-property-delete" title="{{localize 'Delete'}}"> <i class="fas fa-trash"></i></span>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{else}}
|
{{else}}
|
||||||
-
|
-
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{{!-- Attributes Tab --}}
|
{{!-- Attributes Tab --}}
|
||||||
<article>
|
<article class="attributes">
|
||||||
<label class="attribute">
|
<label class="attribute">
|
||||||
{{localize 'l5r5e.advancements.cost'}}
|
{{localize 'l5r5e.advancements.cost'}}
|
||||||
<input class="select-on-focus" type="number" name="data.xp_cost" value="{{data.data.xp_cost}}" data-dtype="Number" min="0" placeholder="0"/>
|
<input class="select-on-focus" type="number" name="data.xp_cost" value="{{data.data.xp_cost}}" data-dtype="Number" min="0" placeholder="0"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user