Change npc skill position + fix profile img on rnk

This commit is contained in:
Mandar
2021-02-16 18:08:25 +01:00
parent dfef6d4092
commit da0bdf453e
4 changed files with 7 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -350,16 +350,16 @@
li {
&:nth-child(1),
&:nth-child(2) {
flex: 0 0 60px;
flex: 0 0 4rem;
padding: 0 0.25rem 0.25rem;
}
&:nth-child(4) {
flex: 0 0 10%;
flex: 0 0 4rem;
padding: 0 0.25rem 0.25rem;
}
}
.profile-img {
width: 100%;
width: 4rem;
}
.chat-profil-stance {
font-size: 3.5rem;

View File

@@ -96,7 +96,7 @@
width: 100%;
line-height: 2rem;
font-size: 0.75rem;
margin: 0.25rem 0.25rem 0.5rem;
margin: 0 0 0.5rem;
text-align: center;
li {
flex: 1;

View File

@@ -20,16 +20,14 @@
</header>
{{!-- Sheet Body --}}
<section class="sheet-body">
{{!-- Skills No Tab --}}
{{> 'systems/l5r5e/templates/actors/npc/skill.html' }}
{{!-- Sheet Tab Navigation --}}
<nav class="sheet-tabs tabs" data-group="primary">
<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="inventory">{{ localize 'l5r5e.inventory' }}</a>
</nav>
{{!-- Skills No Tab --}}
<article>
{{> 'systems/l5r5e/templates/actors/npc/skill.html' }}
</article>
{{!-- Techniques Tab --}}
<article class="tab skills" data-group="primary" data-tab="skills">
{{> 'systems/l5r5e/templates/actors/npc/narrative.html' }}