Migration vers datamodels

This commit is contained in:
2026-02-25 15:49:55 +01:00
parent 64eb40abfb
commit f1ab04bf32
95 changed files with 7418 additions and 593 deletions

59
styles/item-sheet.less Normal file
View File

@@ -0,0 +1,59 @@
// ============================================================
// AppV2 Item Sheet styles (.fvtt-ecryme.item)
// ============================================================
.fvtt-ecryme.item {
.sheet-header {
flex: 0 0 auto;
min-height: 70px;
padding: 4px 6px;
align-items: center;
.item-sheet-img {
width: 64px;
height: 64px;
object-fit: contain;
border: 1px solid #7a7971;
cursor: pointer;
flex: 0 0 64px;
margin-right: 8px;
}
.header-fields {
flex: 1;
}
h1.charname {
height: auto;
margin: 0;
border-bottom: 0;
input {
font-family: @font-primary;
font-size: 1.8rem;
width: 100%;
height: auto;
margin: 0;
}
}
}
// Active tab styling (AppV2 uses <a> without .item class)
nav.sheet-tabs a.active {
text-decoration: underline;
}
.sheet-body {
ul {
list-style: none;
margin: 0;
padding: 4px 2px;
}
ul li.flexrow {
align-items: center;
margin-bottom: 4px;
gap: 4px;
}
}
}