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:
@@ -465,9 +465,9 @@ table {
|
||||
font-weight: bold;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.fvtt-les-heritiers .items-list .item .item-image {
|
||||
@@ -614,7 +614,7 @@ nav.sheet-tabs .item:after {
|
||||
/* 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;
|
||||
}
|
||||
@@ -623,7 +623,7 @@ nav.sheet-tabs .item:after {
|
||||
}
|
||||
/* 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 {
|
||||
font-size: 0.95rem;
|
||||
@@ -2005,31 +2005,31 @@ h4.entry-name.document-name {
|
||||
min-width: 9rem;
|
||||
}
|
||||
.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;
|
||||
@@ -2039,7 +2039,7 @@ h4.entry-name.document-name {
|
||||
min-width: 16rem;
|
||||
}
|
||||
.item-field-label-long3 {
|
||||
padding-top: 6px;
|
||||
padding-top: 2px;
|
||||
flex-grow: 1;
|
||||
max-width: 20rem;
|
||||
min-width: 20rem;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user