forked from GitHub-Mirrors/foundry-sw5e
Fixes for NPC display
This commit is contained in:
parent
55f084592c
commit
74414e2257
8 changed files with 55 additions and 32 deletions
|
@ -1698,7 +1698,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(6, 1fr);
|
||||
}
|
||||
.sw5e.sheet.actor.npc .swalt-sheet .tab.attributes .traits-resources {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue