Actor sheet v1

This commit is contained in:
2022-12-30 22:27:38 +01:00
parent 83119a2b82
commit 580b044c77
13 changed files with 313 additions and 874 deletions

View File

@@ -238,14 +238,15 @@ table {border: 1px solid #7a7971;}
.fvtt-dark-stars .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 128px;
flex: 0 0 128px;
width: 196px;
-ms-flex: 0 0 96px;
flex: 0 0 96px;
width: 96px;
height: auto;
max-height:260px;
max-height:96px;
margin-top: 0px;
margin-right: 10px;
object-fit: cover;
border-width: 0px;
object-position: 50% 0;
}
@@ -569,7 +570,7 @@ ul, li {
}
.list-item-shadow {
background:rgba(87, 60, 32, 0.35);
flex-grow: 0;
/*flex-grow: 0;*/
flex-wrap: nowrap;
justify-content: flex-start;
}
@@ -1488,6 +1489,12 @@ Focus FOC: #ff0084
max-width: 14rem;
min-width: 14rem;
}
.item-field-label-vlong2 {
flex-grow:1;
margin-top: 4px;
max-width: 22rem;
min-width: 22rem;
}
.item-control-end {
align-self: flex-end;
}