Change npc skill position + fix profile img on rnk
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -350,16 +350,16 @@
|
|||||||
li {
|
li {
|
||||||
&:nth-child(1),
|
&:nth-child(1),
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
flex: 0 0 60px;
|
flex: 0 0 4rem;
|
||||||
padding: 0 0.25rem 0.25rem;
|
padding: 0 0.25rem 0.25rem;
|
||||||
}
|
}
|
||||||
&:nth-child(4) {
|
&:nth-child(4) {
|
||||||
flex: 0 0 10%;
|
flex: 0 0 4rem;
|
||||||
padding: 0 0.25rem 0.25rem;
|
padding: 0 0.25rem 0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.profile-img {
|
.profile-img {
|
||||||
width: 100%;
|
width: 4rem;
|
||||||
}
|
}
|
||||||
.chat-profil-stance {
|
.chat-profil-stance {
|
||||||
font-size: 3.5rem;
|
font-size: 3.5rem;
|
||||||
|
|||||||
@@ -96,7 +96,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
margin: 0.25rem 0.25rem 0.5rem;
|
margin: 0 0 0.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
li {
|
li {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
@@ -20,16 +20,14 @@
|
|||||||
</header>
|
</header>
|
||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
|
{{!-- Skills No Tab --}}
|
||||||
|
{{> 'systems/l5r5e/templates/actors/npc/skill.html' }}
|
||||||
{{!-- Sheet Tab Navigation --}}
|
{{!-- Sheet Tab Navigation --}}
|
||||||
<nav class="sheet-tabs tabs" data-group="primary">
|
<nav class="sheet-tabs tabs" data-group="primary">
|
||||||
<a class="item" data-tab="skills">{{ localize 'l5r5e.skills.title' }}</a>
|
<a class="item" data-tab="skills">{{ localize 'l5r5e.skills.title' }}</a>
|
||||||
<a class="item" data-tab="conflict">{{ localize 'l5r5e.conflict.title' }}</a>
|
<a class="item" data-tab="conflict">{{ localize 'l5r5e.conflict.title' }}</a>
|
||||||
<a class="item" data-tab="inventory">{{ localize 'l5r5e.inventory' }}</a>
|
<a class="item" data-tab="inventory">{{ localize 'l5r5e.inventory' }}</a>
|
||||||
</nav>
|
</nav>
|
||||||
{{!-- Skills No Tab --}}
|
|
||||||
<article>
|
|
||||||
{{> 'systems/l5r5e/templates/actors/npc/skill.html' }}
|
|
||||||
</article>
|
|
||||||
{{!-- Techniques Tab --}}
|
{{!-- Techniques Tab --}}
|
||||||
<article class="tab skills" data-group="primary" data-tab="skills">
|
<article class="tab skills" data-group="primary" data-tab="skills">
|
||||||
{{> 'systems/l5r5e/templates/actors/npc/narrative.html' }}
|
{{> 'systems/l5r5e/templates/actors/npc/narrative.html' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user