Merge pull request #124 from unrealkakeman89/npc-biography

Fix to display NPC biography tab
This commit is contained in:
CK 2021-01-25 10:34:33 -05:00 committed by GitHub
commit c537895682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1029,7 +1029,7 @@
}
}
nav.sheet-navigation {
grid-template-columns: repeat(4, 1fr);
grid-template-columns: repeat(5, 1fr);
}
.tab.attributes {
.traits-resources {
@ -1056,4 +1056,4 @@
}
}
}
}
}

View file

@ -1626,7 +1626,7 @@ input[type="reset"]:disabled {
display: block;
}
.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 {
display: block;