Appv2 + DataModel migration completed

This commit is contained in:
2026-01-08 08:28:13 +01:00
parent 5894cf043f
commit 60978a67b2
88 changed files with 656 additions and 257 deletions

View File

@@ -930,24 +930,38 @@ li {
min-height: 48px;
}
.icon-adversite {
width: 48px;
width: 100%;
height: 100%;
border: 0px;
margin-left: 8px;
object-fit: contain;
}
.hud-adversite-container {
position: relative;
text-align: center;
color: darkgreen;
width: 64px;
min-height: 64px;
display: flex;
align-items: center;
justify-content: center;
width: 74px;
height: 74px;
cursor: pointer;
}
.hud-adversite-container:hover {
opacity: 0.8;
}
.hud-adversite-text {
font-weight: bold;
font-size: 0.9rem;
font-size: 1.2rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-60%, -90%);
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -2px 0 0 #000, 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000;
pointer-events: none;
line-height: 1;
}
.actor-icon {
float: left;

File diff suppressed because one or more lines are too long