Fixes for NPC display

This commit is contained in:
TJ 2021-02-15 14:01:08 -06:00
parent 55f084592c
commit 74414e2257
8 changed files with 55 additions and 32 deletions

View file

@ -4,7 +4,7 @@
/* Basic Structure */
/* ----------------------------------------- */
.sw5e.sheet.actor.npc {
min-width: 600px;
min-width: 872px;
min-height: 680px;
.header-exp {

View file

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