Correction sur combat des PNJs
All checks were successful
Release Creation / build (release) Successful in 51s
All checks were successful
Release Creation / build (release) Successful in 51s
This commit is contained in:
@@ -550,9 +550,9 @@
|
||||
}
|
||||
|
||||
.fvtt-les-heritiers .items-list .item {
|
||||
height: 30px;
|
||||
line-height: 24px;
|
||||
padding: 1px 0;
|
||||
height: 24px;
|
||||
line-height: 20px;
|
||||
padding: 0;
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
|
||||
@@ -724,7 +724,7 @@
|
||||
/* AppV2 Actor Sheets - Tabs with scrolling */
|
||||
.fvtt-les-heritiers.actor .tab[data-tab] {
|
||||
display: none;
|
||||
padding: 0.5rem;
|
||||
padding: 0.25rem 0.5rem;
|
||||
overflow-y: auto;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
@@ -735,7 +735,7 @@
|
||||
|
||||
/* Redesigned skill category headers */
|
||||
.fvtt-les-heritiers.actor .sheet-box {
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.fvtt-les-heritiers.actor .items-title-text {
|
||||
@@ -2336,35 +2336,35 @@
|
||||
}
|
||||
|
||||
.item-field-label-short {
|
||||
padding-top: 6px;
|
||||
padding-top: 2px;
|
||||
flex-grow: 1;
|
||||
max-width: 4rem;
|
||||
min-width: 4rem;
|
||||
}
|
||||
|
||||
.item-field-label-short-num {
|
||||
padding-top: 6px;
|
||||
padding-top: 2px;
|
||||
flex-grow: 1;
|
||||
max-width: 2rem;
|
||||
min-width: 2rem;
|
||||
}
|
||||
|
||||
.item-field-label-medium {
|
||||
padding-top: 6px;
|
||||
padding-top: 2px;
|
||||
flex-grow: 1;
|
||||
max-width: 6rem;
|
||||
min-width: 6rem;
|
||||
}
|
||||
|
||||
.item-field-label-long {
|
||||
padding-top: 6px;
|
||||
padding-top: 2px;
|
||||
flex-grow: 1;
|
||||
max-width: 8rem;
|
||||
min-width: 8rem;
|
||||
}
|
||||
|
||||
.item-field-label-long2 {
|
||||
padding-top: 6px;
|
||||
padding-top: 2px;
|
||||
flex-grow: 1;
|
||||
max-width: 14rem;
|
||||
min-width: 14rem;
|
||||
@@ -2376,7 +2376,7 @@
|
||||
}
|
||||
|
||||
.item-field-label-long3 {
|
||||
padding-top: 6px;
|
||||
padding-top: 2px;
|
||||
flex-grow: 1;
|
||||
max-width: 20rem;
|
||||
min-width: 20rem;
|
||||
|
||||
Reference in New Issue
Block a user