Update for Foundry v13

This commit is contained in:
2025-05-09 21:54:10 +02:00
parent c2f9934f5f
commit e1cea78059
122 changed files with 303 additions and 390 deletions

View File

@@ -140,9 +140,9 @@ ul.no-bullets {
flex-flow: row wrap;
justify-content: flex-start;
}
.flexrow > * {
/* Wrong in v13.flexrow > * {
flex: 1;
}
} */
.flexrow .flex1 {
flex: 1;
}
@@ -523,12 +523,12 @@ ul.no-bullets {
}
.items-list .item-name-fixed-medium {
min-width: 8rem;
width: 8rem;
width: 8rem;
}
.items-list .item-field-fixed-short {
max-width: 3rem;
min-width: 3rem;
width: 3rem;
width: 3rem;
}
.bougette-dice-img {
color:rgba(150, 44, 44, 0.70);
@@ -1017,7 +1017,7 @@ body.system-bol img#logo {
display: inline-block;
}
.tooltip-container .tooltiptext {
text-align: center;
text-align: center;
/* Position the tooltip text */
position: absolute;
z-index: 1;
@@ -1040,7 +1040,7 @@ body.system-bol img#logo {
/** HUD SECTION */
.tokenhudext {
display: flex;
display: flex;
flex: 0 !important;
font-family: CaslonPro;
font-weight: 600;
@@ -1074,9 +1074,9 @@ body.system-bol img#logo {
height: fit-content;
min-width: 6rem;
flex-basis: auto;
padding: 0;
line-height: 1rem;
margin: 0.25rem;
padding: 0.20rem;
line-height: 1.1rem;
margin: 0.20rem;
}
.control-icon.tokenhudicon.right {
margin-left: 8px;