forked from GitHub-Mirrors/foundry-sw5e
Merge pull request #124 from unrealkakeman89/npc-biography
Fix to display NPC biography tab
This commit is contained in:
commit
c537895682
2 changed files with 3 additions and 3 deletions
|
@ -1029,7 +1029,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nav.sheet-navigation {
|
nav.sheet-navigation {
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(5, 1fr);
|
||||||
}
|
}
|
||||||
.tab.attributes {
|
.tab.attributes {
|
||||||
.traits-resources {
|
.traits-resources {
|
||||||
|
@ -1056,4 +1056,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1626,7 +1626,7 @@ input[type="reset"]:disabled {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.sw5e.sheet.actor.npc .swalt-sheet nav.sheet-navigation {
|
.sw5e.sheet.actor.npc .swalt-sheet nav.sheet-navigation {
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(5, 1fr);
|
||||||
}
|
}
|
||||||
.sw5e.sheet.actor.npc .swalt-sheet .tab.attributes .traits-resources {
|
.sw5e.sheet.actor.npc .swalt-sheet .tab.attributes .traits-resources {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue