This commit is contained in:
Bastian Wagner
2026-08-21 13:39:52 +02:00
parent 987242541d
commit dd90e05446
6 changed files with 6 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -88,11 +88,12 @@
inline-size: 165%;
max-block-size: 100%;
pointer-events: none;
background-image: url('/images/combat/sprites/warrior-attack-sheet-384.png');
background-image: url('/images/character/female-320.png');
background-repeat: no-repeat;
background-position: left center;
background-size: 600% 100%;
background-position: center;
background-size: contain;
filter: drop-shadow(0 0.4rem 0.9rem rgb(0 0 0 / 0.75));
height: 100%;
}
.doll__below {

View File

@@ -13,11 +13,11 @@
display: grid;
/* A lead-in, then one track per painted plate. */
grid-template-rows: 5.9% repeat(6, 8%);
row-gap: 1.1%;
row-gap: 1.3%;
block-size: 100%;
/* Percentage padding resolves against width — which is what the side insets
want anyway. */
padding-inline: 18.7% 17.1%;
padding-inline: 10.7% 15.1%;
}
/* Occupies the lead-in track. Without it the first button auto-places there and

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB