Update Core to 1.2

Update Core to 1.2, pulled from dev 12/10/2020
This commit is contained in:
supervj 2021-01-04 15:23:30 -05:00
parent df456997eb
commit e6bff40e1b
105 changed files with 4335 additions and 1274 deletions

View file

@ -5,7 +5,7 @@
.dropShadow1();
}
.sw5e.sheet.actor.character {
min-width: 780px;
min-width: 800px;
min-height: 720px;
}
.sw5e.sheet .window-content {
@ -60,6 +60,11 @@
grid-column-start: 1;
grid-row-start: 1;
grid-row-end: 4;
box-sizing: border-box;
border: none;
border-radius: 0;
max-width: 100%;
max-height: 100%;
}
h1.character-name {
@ -93,6 +98,11 @@
.charlevel {
.russoOne(17px);
text-align: right;
input {
display: inline-block;
width: 42px;
height: auto;
}
}
.experience {
@ -932,6 +942,9 @@
&>.panel {
grid-template-rows: 32px 24px 24px auto;
}
h3.power-dc {
line-height: 24px;
}
.powercasting-ability {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
@ -991,4 +1004,56 @@
}
}
}
&.npc {
.swalt-sheet {
header {
h1.character-name {
align-self: auto;
}
.npc-size {
.russoOne(18px);
line-height: 28px;
}
.attributes {
grid-template-columns: repeat(3, 1fr);
footer {
&.proficiency {
margin-top: 0;
line-height: 24px;
text-align: center;
}
&.hit-points {
display: block;
}
}
}
}
nav.sheet-navigation {
grid-template-columns: repeat(4, 1fr);
}
.tab.attributes {
.traits-resources {
display: block;
.counter {
display: flex;
.counter-value {
margin-left: auto;
}
}
// section.traits {
// display:block;
// }
}
}
.tab.powerbook {
input.powercasting-level {
width: 48px;
}
}
.tab.biography.active {
display: block;
}
}
}
}