refactor: update scoreboard image styles and add character images for Chun-Li and Juri

This commit is contained in:
Pandipipas
2026-02-14 14:25:52 +01:00
parent 27c6830bab
commit ed8898f559
3 changed files with 9 additions and 2 deletions
@@ -1073,18 +1073,25 @@ watch(
}
.scoreboard-preview__image-wrap {
position: relative;
width: min(100%, 320px);
aspect-ratio: 4 / 4;
overflow: hidden;
overflow: visible;
background: #1D1D1D;
contain: layout;
}
.scoreboard-preview__image {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain;
object-position: center;
transform: scale(1.5);
transform-origin: center center;
pointer-events: none;
}
.scoreboard-preview__empty {